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 | ?¬?∧^ | 00111111100000011100101000111111100000011100100001011110 | 3f81ca3f81c85e |
EUC-JP | ?¬?∧^ | 00111111101000101100110000111111101000101100101001011110 | 3fa2cc3fa2ca5e |
UTF-8 | 찻¬찻∧^ | 11101100101100001011101111101111101111111010001011101100101100001011101111100010100010001010011101011110 | ecb0bbefbfa2ecb0bbe288a75e |
UHC | 찻¬찻∧^ | 110000101111111010100001111111101100001011111110101000011111110001011110 | c2fea1fec2fea1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)