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 | 00111111001111110110000001101000 | 3f3f6068 |
SJIS-WIN | 偲自`h | 100011101100001110001110101010010110000001101000 | 8ec38ea96068 |
EUC-JP | 偲自`h | 101111001100010110111100101010110110000001101000 | bcc5bcab6068 |
UTF-8 | 偲自`h | 1110010110000001101100101110100010000111101010100110000001101000 | e581b2e887aa6068 |
UHC | ?自`h | 0011111111101101101110110110000001101000 | 3fedbb6068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)