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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 鰐漏h | 1001100001101011100110000101001001101000 | 986b985268 |
EUC-JP | 鰐漏h | 1100111111001100110011111011001101101000 | cfcccfb368 |
UTF-8 | 鰐漏h | 11101001101100001001000011100110101111001000111101101000 | e9b090e6bc8f68 |
UHC | 鰐漏h | 1110010011001010110101111010100101101000 | e4cad7a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)