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 | 狡テモ | 11100000110000101100001111010011 | e0c2c3d3 |
| EUC-JP | 狡テモ | 111000001100010010001110110000111000111011010011 | e0c48ec38ed3 |
| UTF-8 | 狡テモ | 111001111000101110100001111011111011111010000011111011111011111010010011 | e78ba1efbe83efbe93 |
| UHC | 狡?? | 11001110111010100011111100111111 | ceea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)