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 | By | 100110100100001001111001 | 9a4279 |
SJIS-WIN | ?By | 001111110100001001111001 | 3f4279 |
EUC-JP | ?By | 001111110100001001111001 | 3f4279 |
UTF-8 | By | 11000010100110100100001001111001 | c29a4279 |
UHC | ?By | 001111110100001001111001 | 3f4279 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)