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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 蠇帷明F | 11111011101000011001101111100111100101101011111001000110 | fba19be796be46 |
EUC-JP | ?帷明F | 001111111101011011101001110011001100000001000110 | 3fd6e9ccc046 |
UTF-8 | 蠇帷明F | 11101000101000001000011111100101101110001011011111100110100110001000111001000110 | e8a087e5b8b7e6988e46 |
UHC | ??明F | 0011111100111111110110011010010101000110 | 3f3fd9a546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)