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 | 00111111001111110100011101000010 | 3f3f4742 |
SJIS-WIN | 射捨GB | 100011101100101110001110110011000100011101000010 | 8ecb8ecc4742 |
EUC-JP | 射捨GB | 101111001100110110111100110011100100011101000010 | bccdbcce4742 |
UTF-8 | 射捨GB | 1110010110110000100001001110011010001101101010000100011101000010 | e5b084e68da84742 |
UHC | 射捨GB | 110111101101001011011110110101110100011101000010 | ded2ded74742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)