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 | 00111111001111110111110101000111 | 3f3f7d47 |
SJIS-WIN | 贓?}G | 1110011011011001001111110111110101000111 | e6d93f7d47 |
EUC-JP | 贓?}G | 1110110011011011001111110111110101000111 | ecdb3f7d47 |
UTF-8 | 贓렔}G | 1110100010110100100100111110101110100000100101000111110101000111 | e8b493eba0947d47 |
UHC | 贓렔}G | 111011011111110010001110101010010111110101000111 | edfc8ea97d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)