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 | ??gB | 00111111001111110110011101000010 | 3f3f6742 |
SJIS-WIN | 偲磁gB | 100011101100001110001110101001010110011101000010 | 8ec38ea56742 |
EUC-JP | 偲磁gB | 101111001100010110111100101001110110011101000010 | bcc5bca76742 |
UTF-8 | 偲磁gB | 1110010110000001101100101110011110100011100000010110011101000010 | e581b2e7a3816742 |
UHC | ?磁gB | 0011111111101101101110000110011101000010 | 3fedb86742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)