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 | 100111011111001101000111 | 9df347 |
EUC-JP | 暎G | 110110101111010101000111 | daf547 |
UTF-8 | 暎G | 11100110100110101000111001000111 | e69a8e47 |
UHC | 暎G | 111001111011001001000111 | e7b247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)