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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 銘?P | 10010110110000010011111101010000 | 96c13f50 |
EUC-JP | 銘?P | 11001100110000110011111101010000 | ccc33f50 |
UTF-8 | 銘良P | 11101001100010101001100011101111101001011011110001010000 | e98a98efa5bc50 |
UHC | 銘良P | 1101100110101111111001011101000001010000 | d9afe5d050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)