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 | 蟾ス陲夜● | 111001011011011110111101111010001010001010010110111010011000000110011100 | e5b7bde8a296e9819c |
EUC-JP | 蟾ス陲夜● | 11101010101110011000111010111101111100001010010011001100111010111010000111111100 | eab98ebdf0a4cceba1fc |
UTF-8 | 蟾ス陲夜● | 111010001001111110111110111011111011110110111101111010011001100110110010111001011010010010011100111000101001011110001111 | e89fbeefbdbde999b2e5a49ce2978f |
UHC | 蟾??夜● | 1110000011101010001111110011111111100101101010001010000111011100 | e0ea3f3fe5a8a1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)