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 | ??S | 001111110011111101010011 | 3f3f53 |
SJIS-WIN | 邉「S | 11100111101100111010001001010011 | e7b3a253 |
EUC-JP | 邉「S | 1110111010110101100011101010001001010011 | eeb58ea253 |
UTF-8 | 邉「S | 11101001100000101000100111101111101111011010001001010011 | e98289efbda253 |
UHC | ??S | 001111110011111101010011 | 3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)