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 | 11100101101101111010001011000001111100001010110001000010 | e5b7a2c1f0ac42 |
EUC-JP | 蟾「チ?B | 1110101010111001100011101010001010001110110000010011111101000010 | eab98ea28ec13f42 |
UTF-8 | 蟾「チB | 11101000100111111011111011101111101111011010001011101111101111101000000111101110100000011010101101000010 | e89fbeefbda2efbe81ee81ab42 |
UHC | 蟾???B | 111000001110101000111111001111110011111101000010 | e0ea3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)