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 | BwBwB | 10011010010000100111011110011010010000100111011101000010 | 9a42779a427742 |
SJIS-WIN | ?Bw?BwB | 00111111010000100111011100111111010000100111011101000010 | 3f42773f427742 |
EUC-JP | ?Bw?BwB | 00111111010000100111011100111111010000100111011101000010 | 3f42773f427742 |
UTF-8 | BwBwB | 110000101001101001000010011101111100001010011010010000100111011101000010 | c29a4277c29a427742 |
UHC | ?Bw?BwB | 00111111010000100111011100111111010000100111011101000010 | 3f42773f427742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)