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 | è°·éå | 11101000101100001011011111101001100000011001110011100101 | e8b0b7e9819ce5 |
| SJIS-WIN | ?°????? | 0011111110000001100010110011111100111111001111110011111100111111 | 3f818b3f3f3f3f3f |
| EUC-JP | è°?é??å | 1000111110101011101100101010000111101011001111111000111110101011101100010011111100111111100011111010101110101001 | 8fabb2a1eb3f8fabb13f3f8faba9 |
| UTF-8 | è°·éå | 1100001110101000110000101011000011000010101101111100001110101001110000101000000111000010100111001100001110100101 | c3a8c2b0c2b7c3a9c281c29cc3a5 |
| UHC | ?°·???? | 001111111010000111000110101000011010010000111111001111110011111100111111 | 3fa1c6a1a43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)