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 | 蟾遺侵 | 111001011011011110001000111000101001000001001110 | e5b788e2904e |
| EUC-JP | 蟾遺侵 | 111010101011100110110000111001001011111110101111 | eab9b0e4bfaf |
| UTF-8 | 蟾遺侵 | 111010001001111110111110111010011000000110111010111001001011111010110101 | e89fbee981bae4beb5 |
| UHC | 蟾遺侵 | 111000001110101011101011101101101111011011010101 | e0eaebb6f6d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)