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 | ???GB | 0011111100111111001111110100011101000010 | 3f3f3f4742 |
SJIS-WIN | 維??GB | 100010001101101100111111001111110100011101000010 | 88db3f3f4742 |
EUC-JP | 維??GB | 101100001101110100111111001111110100011101000010 | b0dd3f3f4742 |
UTF-8 | 維쒕쳥GB | 1110011110110110101011011110110010010010100101011110110010110011101001010100011101000010 | e7b6adec9295ecb3a54742 |
UHC | 維쒕쳥GB | 1110101110101011100111001110101110101011100010100100011101000010 | ebab9cebab8a4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)