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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 驢鷺脅蟾・e^ | 1110100110000110100011011110101110001011101110101110010110110111101001010110010101011110 | e9868deb8bbae5b7a5655e |
EUC-JP | 驢鷺脅蟾・e^ | 111100011110011010111010111011011011011010111100111010101011100110001110101001010110010101011110 | f1e6baedb6bceab98ea5655e |
UTF-8 | 驢鷺脅蟾・e^ | 1110100110101001101000101110100110110111101110101110100010000100100001011110100010011111101111101110111110111101101001010110010101011110 | e9a9a2e9b7bae88485e89fbeefbda5655e |
UHC | 驢鷺脅蟾?e^ | 1101010111110000110101101101110011111010111101101110000011101010001111110110010101011110 | d5f0d6dcfaf6e0ea3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)