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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 豌h豌 | 1110011010110000011010001110011010110000 | e6b068e6b0 |
EUC-JP | 豌h豌 | 1110110010110010011010001110110010110010 | ecb268ecb2 |
UTF-8 | 豌h豌 | 11101000101100011000110001101000111010001011000110001100 | e8b18c68e8b18c |
UHC | 豌h豌 | 1110100011010101011010001110100011010101 | e8d568e8d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)