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 | 赤?紙? | 100100001101010000111111100011101000011000111111 | 90d43f8e863f |
| EUC-JP | 赤?紙? | 110000001101011000111111101110111110011000111111 | c0d63fbbe63f |
| UTF-8 | 赤렠紙렟 | 111010001011010110100100111010111010000010100000111001111011010010011001111010111010000010011111 | e8b5a4eba0a0e7b499eba09f |
| UHC | 赤렠紙렟 | 1110111011100101100011101011000111110010101101011000111010110000 | eee58eb1f2b58eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)