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跣 | 1110011011101111011010001110011011101111 | e6ef68e6ef |
EUC-JP | 跣h跣 | 1110110011110001011010001110110011110001 | ecf168ecf1 |
UTF-8 | 跣h跣 | 11101000101101111010001101101000111010001011011110100011 | e8b7a368e8b7a3 |
UHC | 跣h跣 | 1110000011010011011010001110000011010011 | e0d368e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)