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 | 0011111101000101 | 3f45 |
SJIS-WIN | 瑟E | 111000001110110001000101 | e0ec45 |
EUC-JP | 瑟E | 111000001110111001000101 | e0ee45 |
UTF-8 | 瑟E | 11100111100100011001111101000101 | e7919f45 |
UHC | 瑟E | 111000111010001001000101 | e3a245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)