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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脯種醜蔔 | 1110001111111011100011101110110110001111010110001110010011110111 | e3fb8eed8f58e4f7 |
EUC-JP | 脯種醜蔔 | 1110011011111101101111001110111110111101101110011110100011111001 | e6fdbcefbdb9e8f9 |
UTF-8 | 脯種醜蔔 | 111010001000010010101111111001111010100010101110111010011000011010011100111010001001010010010100 | e884afe7a8aee9869ce89494 |
UHC | 脯種醜蔔 | 1111100011100001111100001111101011110101110111011101110011011011 | f8e1f0faf5dddcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)