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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 魍亥擱B | 11101001101100011000100011100101100111011010011001000010 | e9b188e59da642 |
EUC-JP | 魍亥擱B | 11110010101100111011000011100111110110101010100001000010 | f2b3b0e7daa842 |
UTF-8 | 魍亥擱B | 11101001101011011000110111100100101110101010010111100110100100111011000101000010 | e9ad8de4baa5e693b142 |
UHC | ?亥?B | 0011111111111010101001000011111101000010 | 3ffaa43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)