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撓 | 1001110110011010011010001001110110011010 | 9d9a689d9a |
EUC-JP | 撓h撓 | 1101100111111010011010001101100111111010 | d9fa68d9fa |
UTF-8 | 撓h撓 | 11100110100100101001001101101000111001101001001010010011 | e6929368e69293 |
UHC | 撓h撓 | 1110100011110101011010001110100011110101 | e8f568e8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)