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^ | 1110100011100100100011011110101110001011101110101110010110110111101001010110010101011110 | e8e48deb8bbae5b7a5655e |
EUC-JP | 鞴鷺脅蟾・e^ | 111100001110011010111010111011011011011010111100111010101011100110001110101001010110010101011110 | f0e6baedb6bceab98ea5655e |
UTF-8 | 鞴鷺脅蟾・e^ | 1110100110011110101101001110100110110111101110101110100010000100100001011110100010011111101111101110111110111101101001010110010101011110 | e99eb4e9b7bae88485e89fbeefbda5655e |
UHC | ?鷺脅蟾?e^ | 00111111110101101101110011111010111101101110000011101010001111110110010101011110 | 3fd6dcfaf6e0ea3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)