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 | ?∽? | 00111111100000011110010000111111 | 3f81e43f |
| EUC-JP | ?∽? | 00111111101000101110011000111111 | 3fa2e63f |
| UTF-8 | 凉∽슁 | 111011111010010110111001111000101000100010111101111011001000101010000001 | efa5b9e288bdec8a81 |
| UHC | 凉∽슁 | 111001011011110010100001111011111011110110110011 | e5bca1efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)