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 | 10001010111110100011111101000010 | 8afa3f42 |
EUC-JP | 期?B | 10110100111111000011111101000010 | b4fc3f42 |
UTF-8 | 期잣B | 11100110100111001001111111101100100111101010001101000010 | e69c9fec9ea342 |
UHC | 期잣B | 1101000110100010110000001110001101000010 | d1a2c0e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)