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 | ?oBF | 00111111011011110100001001000110 | 3f6f4246 |
SJIS-WIN | 廬oBF | 1001110001001001011011110100001001000110 | 9c496f4246 |
EUC-JP | 廬oBF | 1101011110101010011011110100001001000110 | d7aa6f4246 |
UTF-8 | 廬oBF | 111001011011101110101100011011110100001001000110 | e5bbac6f4246 |
UHC | 廬oBF | 1101010111100110011011110100001001000110 | d5e66f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)