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 | Ec | 100100100100010101100011 | 924563 |
SJIS-WIN | ?Ec | 001111110100010101100011 | 3f4563 |
EUC-JP | ?Ec | 001111110100010101100011 | 3f4563 |
UTF-8 | Ec | 11000010100100100100010101100011 | c2924563 |
UHC | ?Ec | 001111110100010101100011 | 3f4563 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)