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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 﨟キ@﨟キ@B | 111110111001110110110111010000001111101110011101101101110100000001000010 | fb9db740fb9db74042 |
EUC-JP | ?キ@?キ@B | 001111111000111010110111010000000011111110001110101101110100000001000010 | 3f8eb7403f8eb74042 |
UTF-8 | 﨟キ@﨟キ@B | 111011111010100010011111111011111011110110110111010000001110111110101000100111111110111110111101101101110100000001000010 | efa89fefbdb740efa89fefbdb74042 |
UHC | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)