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 | þqCBO | 1001000111111110011100011001001001000011100100100100001001001111 | 91fe71924392424f |
| SJIS-WIN | ??q?C?BO | 0011111100111111011100010011111101000011001111110100001001001111 | 3f3f713f433f424f |
| EUC-JP | ?þq?C?BO | 00111111100011111010100111010000011100010011111101000011001111110100001001001111 | 3f8fa9d0713f433f424f |
| UTF-8 | þqCBO | 110000101001000111000011101111100111000111000010100100100100001111000010100100100100001001001111 | c291c3be71c29243c292424f |
| UHC | ?þq?C?BO | 001111111010100110101101011100010011111101000011001111110100001001001111 | 3fa9ad713f433f424f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)