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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 殞壽疎 | 100111110110110110011010111001101001000101100001 | 9f6d9ae69161 |
EUC-JP | 殞壽疎 | 110111011100111011010100111010001100000111000010 | ddced4e8c1c2 |
UTF-8 | 殞壽疎 | 111001101010111010011110111001011010001110111101111001111001011010001110 | e6ae9ee5a3bde7968e |
UHC | 殞壽疎 | 111010011111100111100001111110001110000111000011 | e9f9e1f8e1c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)