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 | 1001001001000000011100011001001001000011100100100100001001001111 | 924071924392424f |
| SJIS-WIN | ?@q?C?BO | 0011111101000000011100010011111101000011001111110100001001001111 | 3f40713f433f424f |
| EUC-JP | ?@q?C?BO | 0011111101000000011100010011111101000011001111110100001001001111 | 3f40713f433f424f |
| UTF-8 | @qCBO | 1100001010010010010000000111000111000010100100100100001111000010100100100100001001001111 | c2924071c29243c292424f |
| UHC | ?@q?C?BO | 0011111101000000011100010011111101000011001111110100001001001111 | 3f40713f433f424f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)