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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 壽?壽?B | 10011010111001100011111110011010111001100011111101000010 | 9ae63f9ae63f42 |
| EUC-JP | 壽?壽?B | 11010100111010000011111111010100111010000011111101000010 | d4e83fd4e83f42 |
| UTF-8 | 壽年壽年B | 11100101101000111011110111101111101001101000111011100101101000111011110111101111101001101000111001000010 | e5a3bdefa68ee5a3bdefa68e42 |
| UHC | 壽年壽年B | 111000011111100011100110110001001110000111111000111001101100010001000010 | e1f8e6c4e1f8e6c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)