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 | ?星? | 00111111100100001010111100111111 | 3f90af3f |
| EUC-JP | ?星? | 00111111110000001011000100111111 | 3fc0b13f |
| UTF-8 | 샡星篒 | 111011001000001110100001111001101001100010011111111001111010111110010010 | ec83a1e6989fe7af92 |
| UHC | 샡星篒 | 100110001100100111100000111110001110001111011001 | 98c9e0f8e3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)