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 | 琅^ | 1111000010111011111000001110010001011110 | f0bbe0e45e |
EUC-JP | ?琅^ | 00111111111000001110011001011110 | 3fe0e65e |
UTF-8 | 琅^ | 11101110100000011011101011100111100100001000010101011110 | ee81bae790855e |
UHC | ?琅^ | 00111111110101011100101001011110 | 3fd5ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)