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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蠇帷明B | 11111011101000011001101111100111100101101011111001000010 | fba19be796be42 |
EUC-JP | ?帷明B | 001111111101011011101001110011001100000001000010 | 3fd6e9ccc042 |
UTF-8 | 蠇帷明B | 11101000101000001000011111100101101110001011011111100110100110001000111001000010 | e8a087e5b8b7e6988e42 |
UHC | ??明B | 0011111100111111110110011010010101000010 | 3f3fd9a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)