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 | Oq | 10001010010011111000100101110001 | 8a4f8971 |
SJIS-WIN | ?O?q | 00111111010011110011111101110001 | 3f4f3f71 |
EUC-JP | ?O?q | 00111111010011110011111101110001 | 3f4f3f71 |
UTF-8 | Oq | 110000101000101001001111110000101000100101110001 | c28a4fc28971 |
UHC | ?O?q | 00111111010011110011111101110001 | 3f4f3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)