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 | 荏?^ | 10001001011000000011111101011110 | 89603f5e |
EUC-JP | 荏?^ | 10110001110000010011111101011110 | b1c13f5e |
UTF-8 | 荏뮬^ | 11101000100011011000111111101011101011101010110001011110 | e88d8febaeac5e |
UHC | 荏뮬^ | 1110110011111011101110011100010001011110 | ecfbb9c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)