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 | _ZoBF | 1000000101011111100000011001111001011010011011110100001001000110 | 815f819e5a6f4246 |
SJIS-WIN | ?_??ZoBF | 0011111101011111001111110011111101011010011011110100001001000110 | 3f5f3f3f5a6f4246 |
EUC-JP | ?_??ZoBF | 0011111101011111001111110011111101011010011011110100001001000110 | 3f5f3f3f5a6f4246 |
UTF-8 | _ZoBF | 1100001010000001010111111100001010000001110000101001111001011010011011110100001001000110 | c2815fc281c29e5a6f4246 |
UHC | ?_??ZoBF | 0011111101011111001111110011111101011010011011110100001001000110 | 3f5f3f3f5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)