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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??翁??逗 | 0011111100111111100010011010010100111111001111111001000010000000 | 3f3f89a53f3f9080 |
| EUC-JP | ??翁??逗 | 0011111100111111101100101010011100111111001111111011111111100000 | 3f3fb2a73f3fbfe0 |
| UTF-8 | 麟렦翁골렱逗 | 111011111010011110110011111010111010000010100110111001111011111110000001111010101011001110101000111010111010000010110001111010011000000010010111 | efa7b3eba0a6e7bf81eab3a8eba0b1e98097 |
| UHC | 麟렦翁골렱逗 | 111011001110100010001110101101011110100010111010101100001111000110001110101111101101010011101000 | ece88eb5e8bab0f18ebed4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)