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粃 | 1110001011100001011010001110001011100001 | e2e168e2e1 |
EUC-JP | 粃h粃 | 1110010011100011011010001110010011100011 | e4e368e4e3 |
UTF-8 | 粃h粃 | 11100111101100101000001101101000111001111011001010000011 | e7b28368e7b283 |
UHC | 粃h粃 | 1101110111111011011010001101110111111011 | ddfb68ddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)