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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 璋畉G | 1110000011110110111000010101100101000111 | e0f6e15947 |
EUC-JP | 璋畉G | 1110000011111000111000011011101001000111 | e0f8e1ba47 |
UTF-8 | 璋畉G | 11100111100100101000101111100111100101011000100101000111 | e7928be7958947 |
UHC | 璋?G | 11101101111100000011111101000111 | edf03f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)