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\ | 11100101011001110110010101011100 | e567655c |
EUC-JP | 虍e\ | 11101001110010000110010101011100 | e9c8655c |
UTF-8 | 虍e\ | 1110100010011001100011010110010101011100 | e8998d655c |
UHC | ?e\ | 001111110110010101011100 | 3f655c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)