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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 凹ζ? | 1000100110011010100000111100010000111111 | 899a83c43f |
| EUC-JP | 凹ζ? | 1011000111111010101001101100011000111111 | b1faa6c63f |
| UTF-8 | 凹ζ꼇 | 1110010110000111101110011100111010110110111010101011110010000111 | e587b9ceb6eabc87 |
| UHC | 凹ζ꼇 | 111010001110101010100101111001101011001010111011 | e8eaa5e6b2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)