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 | 1110001011100011111001011101111001000111 | e2e3e5de47 |
EUC-JP | 粤袱G | 1110010011100101111010101110000001000111 | e4e5eae047 |
UTF-8 | 粤袱G | 11100111101100101010010011101000101000101011000101000111 | e7b2a4e8a2b147 |
UHC | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)