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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 蘚h蘚 | 1110010101100100011010001110010101100100 | e56468e564 |
EUC-JP | 蘚h蘚 | 1110100111000101011010001110100111000101 | e9c568e9c5 |
UTF-8 | 蘚h蘚 | 11101000100110001001101001101000111010001001100010011010 | e8989a68e8989a |
UHC | 蘚h蘚 | 1110000011010000011010001110000011010000 | e0d068e0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)