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 | EFº³A | 100100100100010110010010010001101001000110111010100100011011001101000001 | 9245924691ba91b341 |
| SJIS-WIN | ?E?F????A | 001111110100010100111111010001100011111100111111001111110011111101000001 | 3f453f463f3f3f3f41 |
| EUC-JP | ?E?F?º??A | 0011111101000101001111110100011000111111100011111010001011101011001111110011111101000001 | 3f453f463f8fa2eb3f3f41 |
| UTF-8 | EFº³A | 110000101001001001000101110000101001001001000110110000101001000111000010101110101100001010010001110000101011001101000001 | c29245c29246c291c2bac291c2b341 |
| UHC | ?E?F?º?³A | 0011111101000101001111110100011000111111101010001010110000111111101010011111100001000001 | 3f453f463fa8ac3fa9f841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)