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 | ôx | 10010000111101001001101101111000 | 90f49b78 |
SJIS-WIN | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
EUC-JP | ?ô?x | 001111111000111110101011110101000011111101111000 | 3f8fabd43f78 |
UTF-8 | ôx | 11000010100100001100001110110100110000101001101101111000 | c290c3b4c29b78 |
UHC | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)