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|^F | 1001001001000101011111000101111001000110 | 92457c5e46 |
SJIS-WIN | ?E|^F | 0011111101000101011111000101111001000110 | 3f457c5e46 |
EUC-JP | ?E|^F | 0011111101000101011111000101111001000110 | 3f457c5e46 |
UTF-8 | E|^F | 110000101001001001000101011111000101111001000110 | c292457c5e46 |
UHC | ?E|^F | 0011111101000101011111000101111001000110 | 3f457c5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)