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 | 凋?? | 10010010100111000011111100111111 | 929c3f3f |
| EUC-JP | 凋?? | 11000011111111000011111100111111 | c3fc3f3f |
| UTF-8 | 凋얕렣 | 111001011000011110001011111011001001011010010101111010111010000010100011 | e5878bec9695eba0a3 |
| UHC | 凋얕렣 | 111100001011110110111110111010001000111010110100 | f0bdbee88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)