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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 嗚?\ | 10011010011010100011111101011100 | 9a6a3f5c |
EUC-JP | 嗚?\ | 11010011110010110011111101011100 | d3cb3f5c |
UTF-8 | 嗚풿\ | 11100101100101111001101011101101100100101011111101011100 | e5979aed92bf5c |
UHC | 嗚풿\ | 1110011111110000101111110110011101011100 | e7f0bf675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)