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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 壤??SB | 100110101101111100111111001111110101001101000010 | 9adf3f3f5342 |
EUC-JP | 壤??SB | 110101001110000100111111001111110101001101000010 | d4e13f3f5342 |
UTF-8 | 壤€씇SB | 1110010110100011101001001110001010000010101011001110110010010100100001110101001101000010 | e5a3a4e282acec94875342 |
UHC | 壤€씇SB | 1110010110111101101000101110011010011101100111110101001101000010 | e5bda2e69d9f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)