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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 脱但其E | 10010010010001011001001001000001100100011011010001000101 | 9245924191b445 |
EUC-JP | 脱但其E | 11000011101001101100001110100010110000101011011001000101 | c3a6c3a2c2b645 |
UTF-8 | 脱但其E | 11101000100001001011000111100100101111011000011011100101100001011011011001000101 | e884b1e4bd86e585b645 |
UHC | ?但其E | 001111111101001110100011110100001110110001000101 | 3fd3a3d0ec45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)