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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | 射捨EE | 100011101100101110001110110011000100010101000101 | 8ecb8ecc4545 |
EUC-JP | 射捨EE | 101111001100110110111100110011100100010101000101 | bccdbcce4545 |
UTF-8 | 射捨EE | 1110010110110000100001001110011010001101101010000100010101000101 | e5b084e68da84545 |
UHC | 射捨EE | 110111101101001011011110110101110100010101000101 | ded2ded74545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)