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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 聟聟B | 111101101011110111100011110110111111011010111101111000111101101101000010 | f6bde3dbf6bde3db42 |
EUC-JP | ?聟?聟B | 00111111111001101101110100111111111001101101110101000010 | 3fe6dd3fe6dd42 |
UTF-8 | 聟聟B | 11101110100100111010010011101000100000011001111111101110100100111010010011101000100000011001111101000010 | ee93a4e8819fee93a4e8819f42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)