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 | ÍÛüCüC | 110011011101101111111100010000111111110001000011 | cddbfc43fc43 |
SJIS-WIN | ???C?C | 001111110011111100111111010000110011111101000011 | 3f3f3f433f43 |
EUC-JP | ÍÛüCüC | 1000111110101010101111111000111110101010111001011000111110101011111001000100001110001111101010111110010001000011 | 8faabf8faae58fabe4438fabe443 |
UTF-8 | ÍÛüCüC | 11000011100011011100001110011011110000111011110001000011110000111011110001000011 | c38dc39bc3bc43c3bc43 |
UHC | ???C?C | 001111110011111100111111010000110011111101000011 | 3f3f3f433f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)