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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 髫肴「ァ縺 | 1110100110011010100011011110011010100010101001111110001110000001 | e99a8de6a2a7e381 |
| EUC-JP | 髫肴「ァ縺 | 11110001111110101011101011101000100011101010001010001110101001111110010111100001 | f1fabae88ea28ea7e5e1 |
| UTF-8 | 髫肴「ァ縺 | 111010011010101110101011111010001000001010110100111011111011110110100010111011111011110110100111111001111011100010111010 | e9ababe882b4efbda2efbda7e7b8ba |
| UHC | ?肴??? | 001111111111110110100010001111110011111100111111 | 3ffda23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)