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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 懶風懶諷^ | 100111001110111110010101100101111001110011101111111001101000010101011110 | 9cef95979cefe6855e |
EUC-JP | 懶風懶諷^ | 110110001111000111001001111101111101100011110001111010111110010101011110 | d8f1c9f7d8f1ebe55e |
UTF-8 | 懶風懶諷^ | 11100110100001111011011011101001101000101010100011100110100001111011011011101000101010111011011101011110 | e687b6e9a2a8e687b6e8abb75e |
UHC | 懶風懶諷^ | 110101001111101111111001101001101101010011111011111110011010010001011110 | d4fbf9a6d4fbf9a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)