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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 珈琅^ | 1110000011011011111000001110010001011110 | e0dbe0e45e |
EUC-JP | 珈琅^ | 1110000011011101111000001110011001011110 | e0dde0e65e |
UTF-8 | 珈琅^ | 11100111100011111000100011100111100100001000010101011110 | e78f88e790855e |
UHC | ?琅^ | 00111111110101011100101001011110 | 3fd5ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)