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 | «©¢ø× | 100011111010101110101001101000101111100011010111 | 8faba9a2f8d7 |
SJIS-WIN | ???¢?× | 0011111100111111001111111000000110010001001111111000000101111110 | 3f3f3f81913f817e |
EUC-JP | ??©¢ø× | 001111110011111110001111101000101110110110100001111100011000111110101001110011001010000111011111 | 3f3f8fa2eda1f18fa9cca1df |
UTF-8 | «©¢ø× | 110000101000111111000010101010111100001010101001110000101010001011000011101110001100001110010111 | c28fc2abc2a9c2a2c3b8c397 |
UHC | ????ø× | 0011111100111111001111110011111110101001101010101010000110111111 | 3f3f3f3fa9aaa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)