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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
EUC-JP | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
UTF-8 | 챨챤혦째h챨챤 | 11101100101100011010100011101100101100011010010011101101100110001010011011101100101001111011100001101000111011001011000110101000111011001011000110100100 | ecb1a8ecb1a4ed98a6eca7b868ecb1a8ecb1a4 |
UHC | 챨챤혦째h챨챤 | 11000011101100001100001110101110110000101000111011000010101100000110100011000011101100001100001110101110 | c3b0c3aec28ec2b068c3b0c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)