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 | ?e\ | 001111110110010101011100 | 3f655c |
SJIS-WIN | 短e\ | 10010010010110100110010101011100 | 925a655c |
EUC-JP | 短e\ | 11000011101110110110010101011100 | c3bb655c |
UTF-8 | 短e\ | 1110011110011111101011010110010101011100 | e79fad655c |
UHC | 短e\ | 11010011101011010110010101011100 | d3ad655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)