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 | ??A | 001111110011111101000001 | 3f3f41 |
| SJIS-WIN | ?授A | 00111111100011101111011001000001 | 3f8ef641 |
| EUC-JP | ?授A | 00111111101111001111100001000001 | 3fbcf841 |
| UTF-8 | 쒔授A | 11101100100100101001010011100110100011101000100001000001 | ec9294e68e8841 |
| UHC | 쒔授A | 1011111010101101111000101010001101000001 | beade2a341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)