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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蟾ス陲夜●B | 11100101101101111011110111101000101000101001011011101001100000011001110001000010 | e5b7bde8a296e9819c42 |
EUC-JP | 蟾ス陲夜●B | 1110101010111001100011101011110111110000101001001100110011101011101000011111110001000010 | eab98ebdf0a4cceba1fc42 |
UTF-8 | 蟾ス陲夜●B | 11101000100111111011111011101111101111011011110111101001100110011011001011100101101001001001110011100010100101111000111101000010 | e89fbeefbdbde999b2e5a49ce2978f42 |
UHC | 蟾??夜●B | 111000001110101000111111001111111110010110101000101000011101110001000010 | e0ea3f3fe5a8a1dc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)