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碩 | 1001000011010111011010001001000011010111 | 90d76890d7 |
EUC-JP | 碩h碩 | 1100000011011001011010001100000011011001 | c0d968c0d9 |
UTF-8 | 碩h碩 | 11100111101000101010100101101000111001111010001010101001 | e7a2a968e7a2a9 |
UHC | 碩h碩 | 1110000010110101011010001110000010110101 | e0b568e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)