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 | Oâ¿h | 10011100010011111110001010111111100110101001111001101000 | 9c4fe2bf9a9e68 |
SJIS-WIN | ?O????h | 00111111010011110011111100111111001111110011111101101000 | 3f4f3f3f3f3f68 |
EUC-JP | ?Oâ¿??h | 0011111101001111100011111010101110100100100011111010001011000100001111110011111101101000 | 3f4f8faba48fa2c43f3f68 |
UTF-8 | Oâ¿h | 110000101001110001001111110000111010001011000010101111111100001010011010110000101001111001101000 | c29c4fc3a2c2bfc29ac29e68 |
UHC | ?O?¿??h | 0011111101001111001111111010001010101111001111110011111101101000 | 3f4f3fa2af3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)