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 | èg\ | 10010111111010000110011101011100 | 97e8675c |
SJIS-WIN | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
EUC-JP | ?èg\ | 001111111000111110101011101100100110011101011100 | 3f8fabb2675c |
UTF-8 | èg\ | 110000101001011111000011101010000110011101011100 | c297c3a8675c |
UHC | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)