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 | 凝ζ? | 1000101111000011100000111100010000111111 | 8bc383c43f |
| EUC-JP | 凝ζ? | 1011011011000101101001101100011000111111 | b6c5a6c63f |
| UTF-8 | 凝ζ솺 | 1110010110000111100111011100111010110110111011001000011010111010 | e5879dceb6ec86ba |
| UHC | 凝ζ솺 | 111010111110101010100101111001101001100110101111 | ebeaa5e699af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)