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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 經щウ蠍 | 11100011010100111000010010001011101100111110010110110110 | e353848bb3e5b6 |
| EUC-JP | 經щウ蠍 | 1110010110110100101001111110101110001110101100111110101010111000 | e5b4a7eb8eb3eab8 |
| UTF-8 | 經щウ蠍 | 1110011110110110100100111101000110001001111011111011110110110011111010001010000010001101 | e7b693d189efbdb3e8a08d |
| UHC | 經щ?? | 110011001110100010101100111010110011111100111111 | cce8aceb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)