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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 豸碁區o | 11100110101101101000110011101001100110011011110101101111 | e6b68ce999bd6f |
EUC-JP | 豸碁區o | 11101100101110001011100011101011110100101011111101101111 | ecb8b8ebd2bf6f |
UTF-8 | 豸碁區o | 11101000101100011011100011100111101000101000000111100101100011011000000001101111 | e8b1b8e7a281e58d806f |
UHC | ?碁區o | 001111111101000110110011110011111010000101101111 | 3fd1b3cfa16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)