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 | 驢鷺脅蟾・ | 111010011000011010001101111010111000101110111010111001011011011110100101 | e9868deb8bbae5b7a5 |
EUC-JP | 驢鷺脅蟾・ | 11110001111001101011101011101101101101101011110011101010101110011000111010100101 | f1e6baedb6bceab98ea5 |
UTF-8 | 驢鷺脅蟾・ | 111010011010100110100010111010011011011110111010111010001000010010000101111010001001111110111110111011111011110110100101 | e9a9a2e9b7bae88485e89fbeefbda5 |
UHC | 驢鷺脅蟾? | 110101011111000011010110110111001111101011110110111000001110101000111111 | d5f0d6dcfaf6e0ea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)