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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 荏脛 | 10001001011000001110001111111000 | 8960e3f8 |
EUC-JP | 荏脛 | 10110001110000011110011011111010 | b1c1e6fa |
UTF-8 | 荏脛 | 111010001000110110001111111010001000010010011011 | e88d8fe8849b |
UHC | 荏脛 | 11101100111110111100110011101011 | ecfbcceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)