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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 昇ケエ鵆B | 10001111101110001011100110110100111010011111101101000010 | 8fb8b9b4e9fb42 |
EUC-JP | 昇ケエ鵆B | 101111101011101010001110101110011000111010110100111100101111110101000010 | beba8eb98eb4f2fd42 |
UTF-8 | 昇ケエ鵆B | 11100110100110001000011111101111101111011011100111101111101111011011010011101001101101011000011001000010 | e69887efbdb9efbdb4e9b58642 |
UHC | 昇???B | 111000111011000000111111001111110011111101000010 | e3b03f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)