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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 踰?????? | 1110011011111010001111110011111100111111001111110011111100111111 | e6fa3f3f3f3f3f3f |
| EUC-JP | 踰?????? | 1110110011111100001111110011111100111111001111110011111100111111 | ecfc3f3f3f3f3f3f |
| UTF-8 | 踰롪퀎兩볠섕類 | 111010001011100010110000111010111010000110101010111011011000000010001110111011111010010110111000111010111011001110100000111011001000010010010101111011111010011110010000 | e8b8b0eba1aaed808eefa5b8ebb3a0ec8495efa790 |
| UHC | 踰롪퀎兩볠섕類 | 1110101110110010100011101110101010110011100001001110010110111011100100111110011010111100101011001110101110111010 | ebb28eeab384e5bb93e6bcacebba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)