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 | 1001000011101000001111110011111101000101 | 90e83f3f45 |
EUC-JP | 占™?E | 11000000111010101000111110100010111011110011111101000101 | c0ea8fa2ef3f45 |
UTF-8 | 占™뇭E | 11100101100011011010000011100010100001001010001011101011100001111010110101000101 | e58da0e284a2eb87ad45 |
UHC | 占™뇭E | 11101111101111111010001011100010100001111001001001000101 | efbfa2e2879245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)