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 | 乘?^ | 10011000101010010011111101011110 | 98a93f5e |
EUC-JP | 乘?^ | 11010000101010110011111101011110 | d0ab3f5e |
UTF-8 | 乘쎱^ | 11100100101110011001100011101100100011101011000101011110 | e4b998ec8eb15e |
UHC | 乘쎱^ | 1110001110101011100110111101100001011110 | e3ab9bd85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)