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 | ???FB | 0011111100111111001111110100011001000010 | 3f3f3f4642 |
SJIS-WIN | 猜倆韜FB | 1110000011001000100110001110110111101000111010010100011001000010 | e0c898ede8e94642 |
EUC-JP | 猜倆韜FB | 1110000011001010110100001110111111110000111010110100011001000010 | e0cad0eff0eb4642 |
UTF-8 | 猜倆韜FB | 1110011110001100100111001110010110000000100001101110100110011111100111000100011001000010 | e78c9ce58086e99f9c4642 |
UHC | 猜倆韜FB | 1110001111000100110101011101011011010100101101110100011001000010 | e3c4d5d6d4b74642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)