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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 暎①?^ | 100111011111001110000111010000000011111101011110 | 9df387403f5e |
EUC-JP | 暎??^ | 1101101011110101001111110011111101011110 | daf53f3f5e |
UTF-8 | 暎①꺼^ | 11100110100110101000111011100010100100011010000011101010101110101011110001011110 | e69a8ee291a0eababc5e |
UHC | 暎①꺼^ | 11100111101100101010100011100111101100101010100001011110 | e7b2a8e7b2a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)