To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ÊÇÍ | 110010101100011111001101 | cac7cd |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ÊÇÍ | 100011111010101010110100100011111010101010101110100011111010101010111111 | 8faab48faaae8faabf |
UTF-8 | ÊÇÍ | 110000111000101011000011100001111100001110001101 | c38ac387c38d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)