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 | 伊逗?趙鬧 | 100010001100100110010000100000000011111111100110111000101110100110100111 | 88c990803fe6e2e9a7 |
| EUC-JP | 伊逗?趙鬧 | 101100001100101110111111111000000011111111101100111001001111001010101001 | b0cbbfe03fece4f2a9 |
| UTF-8 | 伊逗썬趙鬧 | 111001001011110010001010111010011000000010010111111011001000110110101100111010001011011010011001111010011010110010100111 | e4bc8ae98097ec8dace8b699e9aca7 |
| UHC | 伊逗썬趙鬧 | 11101100101001011101010011101000101111011110001111110000111000011101011110100010 | eca5d4e8bde3f0e1d7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)