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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驢鷺響繪「 | 111010011000011010001101111010111000101110111111111000111000100110100010 | e9868deb8bbfe389a2 |
EUC-JP | 驢鷺響繪「 | 11110001111001101011101011101101101101101100000111100101111010011000111010100010 | f1e6baedb6c1e5e98ea2 |
UTF-8 | 驢鷺響繪「 | 111010011010100110100010111010011011011110111010111010011001111110111111111001111011100110101010111011111011110110100010 | e9a9a2e9b7bae99fbfe7b9aaefbda2 |
UHC | 驢鷺響繪? | 110101011111000011010110110111001111101011000010111111001110101100111111 | d5f0d6dcfac2fceb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)