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 | ?G | 0011111101000111 | 3f47 |
SJIS-WIN | 瞋G | 111000011101000101000111 | e1d147 |
EUC-JP | 瞋G | 111000101101001101000111 | e2d347 |
UTF-8 | 瞋G | 11100111100111101000101101000111 | e79e8b47 |
UHC | 瞋G | 111100101101100101000111 | f2d947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)