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 | 壹?檍?狎 | 1001101011100011001111111001111011111000001111111110000010111110 | 9ae33f9ef83fe0be |
| EUC-JP | 壹?檍?狎 | 1101010011100101001111111101110011111010001111111110000011000000 | d4e53fdcfa3fe0c0 |
| UTF-8 | 壹렏檍렩狎 | 111001011010001110111001111010111010000010001111111001101010101010001101111010111010000010101001111001111000101110001110 | e5a3b9eba08fe6aa8deba0a9e78b8e |
| UHC | 壹렏檍렩狎 | 11101100111011001000111010100101111001011110010110001110101101111110010011100100 | ecec8ea5e5e58eb7e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)