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