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 | 蠢???應? | 1110010110111111001111110011111100111111100111001110010000111111 | e5bf3f3f3f9ce43f |
| EUC-JP | 蠢?饔?應? | 11101010110000010011111110001111111010001110111100111111110110001110011000111111 | eac13f8fe8ef3fd8e63f |
| UTF-8 | 蠢렎饔렧應렱 | 111010001010000010100010111010111010000010001110111010011010010110010100111010111010000010100111111001101000011110001001111010111010000010110001 | e8a0a2eba08ee9a594eba0a7e68789eba0b1 |
| UHC | 蠢렎饔렧應렱 | 111100011110001110001110101001001110100010111101100011101011011011101011111010111000111010111110 | f1e38ea4e8bd8eb6ebeb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)