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 | OzoBF | 10010111010011111001011101111010011011110100001001000110 | 974f977a6f4246 |
SJIS-WIN | ?O?zoBF | 00111111010011110011111101111010011011110100001001000110 | 3f4f3f7a6f4246 |
EUC-JP | ?O?zoBF | 00111111010011110011111101111010011011110100001001000110 | 3f4f3f7a6f4246 |
UTF-8 | OzoBF | 110000101001011101001111110000101001011101111010011011110100001001000110 | c2974fc2977a6f4246 |
UHC | ?O?zoBF | 00111111010011110011111101111010011011110100001001000110 | 3f4f3f7a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)