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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 膊巉^ | 1110010001001101100110111101100001011110 | e44d9bd85e |
EUC-JP | 膊巉^ | 1110011110101110110101101101101001011110 | e7aed6da5e |
UTF-8 | 膊巉^ | 11101000100001101000101011100101101101111000100101011110 | e8868ae5b7895e |
UHC | 膊?^ | 11011010110110110011111101011110 | dadb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)