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 | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
| SJIS-WIN | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
| EUC-JP | ?c?? | 00111111011000110011111100111111 | 3f633f3f |
| UTF-8 | 묧c묨몺 | 11101011101011001010011101100011111010111010110010101000111010111010101010111010 | ebaca763ebaca8ebaaba |
| UHC | 묧c묨몺 | 10010001111111100110001110010010010000011001000110100000 | 91fe63924191a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)