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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 源?衣絲? | 1000110010111001001111111000100011011111111000110100111000111111 | 8cb93f88dfe34e3f |
| EUC-JP | 源?衣絲? | 1011100010111011001111111011000011100001111001011010111100111111 | b8bb3fb0e1e5af3f |
| UTF-8 | 源렰衣絲렣 | 111001101011101010010000111010111010000010110000111010001010000110100011111001111011010110110010111010111010000010100011 | e6ba90eba0b0e8a1a3e7b5b2eba0a3 |
| UHC | 源렰衣絲렣 | 11101010101110011000111010111101111010111111110111011110111010101000111010110100 | eab98ebdebfddeea8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)