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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 峭躙B | 1001101110110111111001110101011101000010 | 9bb7e75742 |
EUC-JP | 峭躙B | 1101011010111001111011011011100001000010 | d6b9edb842 |
UTF-8 | 峭躙B | 11100101101100111010110111101000101110101001100101000010 | e5b3ade8ba9942 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)