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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 紙??? | 1000111010000110001111110011111100111111 | 8e863f3f3f |
| EUC-JP | 紙??? | 1011101111100110001111110011111100111111 | bbe63f3f3f |
| UTF-8 | 紙렗綎퐝 | 111001111011010010011001111010111010000010010111111001111011011010001110111011011001000010011101 | e7b499eba097e7b68eed909d |
| UHC | 紙렗綎퐝 | 1111001010110101100011101010110011101111111100101100011110100010 | f2b58eaceff2c7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)