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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 泳??@B | 100010010110101000111111001111110100000001000010 | 896a3f3f4042 |
EUC-JP | 泳??@B | 101100011100101100111111001111110100000001000010 | b1cb3f3f4042 |
UTF-8 | 泳롫젇@B | 1110011010110011101100111110101110100001101010111110110010100000100001110100000001000010 | e6b3b3eba1abeca0874042 |
UHC | 泳롫젇@B | 1110011110110110100011101110101110100000100010100100000001000010 | e7b68eeba08a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)