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 | ??B | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | ?睾B | 00111111111000011100111001000010 | 3fe1ce42 |
| EUC-JP | ?睾B | 00111111111000101101000001000010 | 3fe2d042 |
| UTF-8 | 뿟睾B | 11101011101111111001111111100111100111011011111001000010 | ebbf9fe79dbe42 |
| UHC | 뿟睾B | 1011101111010110110011011100001001000010 | bbd6cdc242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)