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 | 箋セウ勺 | 111000101011001110111110101100111000111011011001 | e2b3beb38ed9 |
| EUC-JP | 箋セウ勺 | 1110010010110101100011101011111010001110101100111011110011011011 | e4b58ebe8eb3bcdb |
| UTF-8 | 箋セウ勺 | 111001111010111010001011111011111011110110111110111011111011110110110011111001011000101110111010 | e7ae8befbdbeefbdb3e58bba |
| UHC | 箋??勺 | 111011111010100000111111001111111110110111000011 | efa83f3fedc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)