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禀 | 1110001001101000011010001110001001101000 | e26868e268 |
EUC-JP | 禀h禀 | 1110001111001001011010001110001111001001 | e3c968e3c9 |
UTF-8 | 禀h禀 | 11100111101001101000000001101000111001111010011010000000 | e7a68068e7a680 |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)