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 | 10011110011011111001101111100111111010001011111001101000 | 9e6f9be7e8be68 |
SJIS-WIN | ?o????h | 00111111011011110011111100111111001111110011111101101000 | 3f6f3f3f3f3f68 |
EUC-JP | ?o?çè?h | 0011111101101111001111111000111110101011101011101000111110101011101100100011111101101000 | 3f6f3f8fabae8fabb23f68 |
UTF-8 | oçè¾h | 110000101001111001101111110000101001101111000011101001111100001110101000110000101011111001101000 | c29e6fc29bc3a7c3a8c2be68 |
UHC | ?o???¾h | 0011111101101111001111110011111100111111101010001111101001101000 | 3f6f3f3f3fa8fa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)