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 | 渟?紙? | 100111111101100100111111100011101000011000111111 | 9fd93f8e863f |
| EUC-JP | 渟?紙? | 110111101101101100111111101110111110011000111111 | dedb3fbbe63f |
| UTF-8 | 渟렠紙렟 | 111001101011100010011111111010111010000010100000111001111011010010011001111010111010000010011111 | e6b89feba0a0e7b499eba09f |
| UHC | 渟렠紙렟 | 1110111111100101100011101011000111110010101101011000111010110000 | efe58eb1f2b58eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)