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 | 0011111100111111011100010011111101000011001111110100001001001111 | 3f3f713f433f424f |
| SJIS-WIN | ??q?C?BO | 0011111100111111011100010011111101000011001111110100001001001111 | 3f3f713f433f424f |
| EUC-JP | ??q?C?BO | 0011111100111111011100010011111101000011001111110100001001001111 | 3f3f713f433f424f |
| UTF-8 | 혩첸q혪C혪BO | 11101101100110001010100111101100101100101011100001110001111011011001100010101010010000111110110110011000101010100100001001001111 | ed98a9ecb2b871ed98aa43ed98aa424f |
| UHC | 혩첸q혪C혪BO | 110000101001000111000011101111100111000111000010100100100100001111000010100100100100001001001111 | c291c3be71c29243c292424f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)