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 | 1001001001000100011001000101110101001000 | 9244645d48 |
EUC-JP | 奪d]H | 1100001110100101011001000101110101001000 | c3a5645d48 |
UTF-8 | 奪d]H | 111001011010010110101010011001000101110101001000 | e5a5aa645d48 |
UHC | 奪d]H | 1111011110101100011001000101110101001000 | f7ac645d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)