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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 驥オ謔滂スョ | 111010011000011110110101111001101000001010011111111011111011110110101110 | e987b5e6829fefbdae |
| EUC-JP | 驥オ謔滂スョ | 111100011110011110001110101101011110101111100010110111101111000110001110101111011000111010101110 | f1e78eb5ebe2def18ebd8eae |
| UTF-8 | 驥オ謔滂スョ | 111010011010100110100101111011111011110110110101111010001010110010010100111001101011101110000010111011111011110110111101111011111011110110101110 | e9a9a5efbdb5e8ac94e6bb82efbdbdefbdae |
| UHC | 驥?謔滂?? | 110100011100101000111111111110011100110011011011101101010011111100111111 | d1ca3ff9ccdbb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)