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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 殞壽 | 10011111011011011001101011100110 | 9f6d9ae6 |
EUC-JP | 殞壽 | 11011101110011101101010011101000 | ddced4e8 |
UTF-8 | 殞壽 | 111001101010111010011110111001011010001110111101 | e6ae9ee5a3bd |
UHC | 殞壽 | 11101001111110011110000111111000 | e9f9e1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)