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 | OHoBF | 10011100010011111001011001001000011011110100001001000110 | 9c4f96486f4246 |
SJIS-WIN | ?O?HoBF | 00111111010011110011111101001000011011110100001001000110 | 3f4f3f486f4246 |
EUC-JP | ?O?HoBF | 00111111010011110011111101001000011011110100001001000110 | 3f4f3f486f4246 |
UTF-8 | OHoBF | 110000101001110001001111110000101001011001001000011011110100001001000110 | c29c4fc296486f4246 |
UHC | ?O?HoBF | 00111111010011110011111101001000011011110100001001000110 | 3f4f3f486f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)