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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 蟾ス螟夂蜩Q] | 1110010110110111101111011110010110100100100110101110011111100101100100110101000101011101 | e5b7bde5a49ae7e593515d |
EUC-JP | 蟾ス螟夂蜩Q] | 111010101011100110001110101111011110101010100110110101001110100111101001111100110101000101011101 | eab98ebdeaa6d4e9e9f3515d |
UTF-8 | 蟾ス螟夂蜩Q] | 1110100010011111101111101110111110111101101111011110100010011110100111111110010110100100100000101110100010011100101010010101000101011101 | e89fbeefbdbde89e9fe5a482e89ca9515d |
UHC | 蟾?螟??Q] | 111000001110101000111111110110011010110100111111001111110101000101011101 | e0ea3fd9ad3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)