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 | 掌?? | 10001111101101100011111100111111 | 8fb63f3f |
| EUC-JP | 掌?? | 10111110101110000011111100111111 | beb83f3f |
| UTF-8 | 掌㏜벞 | 111001101000111010001100111000111000111110011100111010111011001010011110 | e68e8ce38f9cebb29e |
| UHC | 掌㏜벞 | 111011011110011010100111111011101001001110111001 | ede6a7ee93b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)