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 | 淏?禹?奚? | 111110110100001000111111111000100101101000111111100110101111011000111111 | fb423fe25a3f9af63f |
| EUC-JP | 淏?禹?奚? | 10001111110001111101100100111111111000111011101100111111110101001111100000111111 | 8fc7d93fe3bb3fd4f83f |
| UTF-8 | 淏렧禹렕奚렰 | 111001101011011110001111111010111010000010100111111001111010011010111001111010111010000010010101111001011010010110011010111010111010000010110000 | e6b78feba0a7e7a6b9eba095e5a59aeba0b0 |
| UHC | 淏렧禹렕奚렰 | 111110111100100010001110101101101110100111100000100011101010101011111010101010001000111010111101 | fbc88eb6e9e08eaafaa88ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)