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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 蟾ス陲夜●\ | 11100101101101111011110111101000101000101001011011101001100000011001110001011100 | e5b7bde8a296e9819c5c |
EUC-JP | 蟾ス陲夜●\ | 1110101010111001100011101011110111110000101001001100110011101011101000011111110001011100 | eab98ebdf0a4cceba1fc5c |
UTF-8 | 蟾ス陲夜●\ | 11101000100111111011111011101111101111011011110111101001100110011011001011100101101001001001110011100010100101111000111101011100 | e89fbeefbdbde999b2e5a49ce2978f5c |
UHC | 蟾??夜●\ | 111000001110101000111111001111111110010110101000101000011101110001011100 | e0ea3f3fe5a8a1dc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)