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 | 10011010010111111001110010000001011011110100001001000110 | 9a5f9c816f4246 |
SJIS-WIN | ?_??oBF | 00111111010111110011111100111111011011110100001001000110 | 3f5f3f3f6f4246 |
EUC-JP | ?_??oBF | 00111111010111110011111100111111011011110100001001000110 | 3f5f3f3f6f4246 |
UTF-8 | _oBF | 11000010100110100101111111000010100111001100001010000001011011110100001001000110 | c29a5fc29cc2816f4246 |
UHC | ?_??oBF | 00111111010111110011111100111111011011110100001001000110 | 3f5f3f3f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)