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 | ????{cG | 00111111001111110011111100111111011110110110001101000111 | 3f3f3f3f7b6347 |
SJIS-WIN | ????{cG | 00111111001111110011111100111111011110110110001101000111 | 3f3f3f3f7b6347 |
EUC-JP | ????{cG | 00111111001111110011111100111111011110110110001101000111 | 3f3f3f3f7b6347 |
UTF-8 | 혧짧짙첵{cG | 111011011001100010100111111011001010011110100111111011001010011110011001111011001011001010110101011110110110001101000111 | ed98a7eca7a7eca799ecb2b57b6347 |
UHC | 혧짧짙첵{cG | 1100001010001111110000101010101011000010101000111100001110111101011110110110001101000111 | c28fc2aac2a3c3bd7b6347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)