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 | ôlh | 10010111111101001001111110011000100110000110110001101000 | 97f49f98986c68 |
SJIS-WIN | ?????lh | 00111111001111110011111100111111001111110110110001101000 | 3f3f3f3f3f6c68 |
EUC-JP | ?ô???lh | 001111111000111110101011110101000011111100111111001111110110110001101000 | 3f8fabd43f3f3f6c68 |
UTF-8 | ôlh | 110000101001011111000011101101001100001010011111110000101001100011000010100110000110110001101000 | c297c3b4c29fc298c2986c68 |
UHC | ?????lh | 00111111001111110011111100111111001111110110110001101000 | 3f3f3f3f3f6c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)