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 | ?d]H | 00111111011001000101110101001000 | 3f645d48 |
SJIS-WIN | d]H | 1111011110101100011001000101110101001000 | f7ac645d48 |
EUC-JP | ?d]H | 00111111011001000101110101001000 | 3f645d48 |
UTF-8 | d]H | 111011101001011010001111011001000101110101001000 | ee968f645d48 |
UHC | ?d]H | 00111111011001000101110101001000 | 3f645d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)