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 | 111110101101101101000111 | fadb47 |
EUC-JP | 暠G | 10001111110000101101011101000111 | 8fc2d747 |
UTF-8 | 暠G | 11100110100110101010000001000111 | e69aa047 |
UHC | 暠G | 110011011011110001000111 | cdbc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)