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 | 倭??堰? | 10011000011000000011111100111111100010011000000100111111 | 98603f3f89813f |
| EUC-JP | 倭??堰? | 11001111110000010011111100111111101100011110000100111111 | cfc13f3fb1e13f |
| UTF-8 | 倭묌죺堰뷓 | 111001011000000010101101111010111010110010001100111011001010001110111010111001011010000010110000111010111011011110010011 | e580adebac8ceca3bae5a0b0ebb793 |
| UHC | 倭묌죺堰뷓 | 11101000110111101001000111101001101000011001010011100101111010001001010101000010 | e8de91e9a194e5e89542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)