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 | 110011011011000011110110101101000100011101000010 | cdb0f6b44742 |
SJIS-WIN | ?°?´GB | 0011111110000001100010110011111110000001010011000100011101000010 | 3f818b3f814c4742 |
EUC-JP | Í°ö´GB | 100011111010101010111111101000011110101110001111101010111101001110100001101011010100011101000010 | 8faabfa1eb8fabd3a1ad4742 |
UTF-8 | Í°ö´GB | 11000011100011011100001010110000110000111011011011000010101101000100011101000010 | c38dc2b0c3b6c2b44742 |
UHC | ?°?´GB | 0011111110100001110001100011111110100010101001010100011101000010 | 3fa1c63fa2a54742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)