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 | ??IoBF | 001111110011111101001001011011110100001001000110 | 3f3f496f4246 |
SJIS-WIN | 豸圭IoBF | 1110011010110110100011000101110001001001011011110100001001000110 | e6b68c5c496f4246 |
EUC-JP | 豸圭IoBF | 1110110010111000101101111011110101001001011011110100001001000110 | ecb8b7bd496f4246 |
UTF-8 | 豸圭IoBF | 11101000101100011011100011100101100111001010110101001001011011110100001001000110 | e8b1b8e59cad496f4246 |
UHC | ?圭IoBF | 00111111110100001010010001001001011011110100001001000110 | 3fd0a4496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)