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 | 10011010111001100011111101000111 | 9ae63f47 |
EUC-JP | 壽?G | 11010100111010000011111101000111 | d4e83f47 |
UTF-8 | 壽읩G | 11100101101000111011110111101100100111011010100101000111 | e5a3bdec9da947 |
UHC | 壽읩G | 1110000111111000100111111101000001000111 | e1f89fd047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)