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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 第?題?c^ | 1001000111100110001111111001000111101000001111110110001101011110 | 91e63f91e83f635e |
EUC-JP | 第?題?c^ | 1100001011101000001111111100001011101010001111110110001101011110 | c2e83fc2ea3f635e |
UTF-8 | 第렰題렍c^ | 1110011110101100101011001110101110100000101100001110100110100001100011001110101110100000100011010110001101011110 | e7acaceba0b0e9a18ceba08d635e |
UHC | 第렰題렍c^ | 11110000101011111000111010111101111100001011100110001110101000110110001101011110 | f0af8ebdf0b98ea3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)