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 | Ooh | 10010111010011110110111101101000 | 974f6f68 |
SJIS-WIN | ?Ooh | 00111111010011110110111101101000 | 3f4f6f68 |
EUC-JP | ?Ooh | 00111111010011110110111101101000 | 3f4f6f68 |
UTF-8 | Ooh | 1100001010010111010011110110111101101000 | c2974f6f68 |
UHC | ?Ooh | 00111111010011110110111101101000 | 3f4f6f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)