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 | ??IB | 00111111001111110100100101000010 | 3f3f4942 |
SJIS-WIN | 射捨IB | 100011101100101110001110110011000100100101000010 | 8ecb8ecc4942 |
EUC-JP | 射捨IB | 101111001100110110111100110011100100100101000010 | bccdbcce4942 |
UTF-8 | 射捨IB | 1110010110110000100001001110011010001101101010000100100101000010 | e5b084e68da84942 |
UHC | 射捨IB | 110111101101001011011110110101110100100101000010 | ded2ded74942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)