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 | 001111110011111100111111001111110101110001101000 | 3f3f3f3f5c68 |
SJIS-WIN | 偲クト示\h | 1000111011000011101110001100010010001110101001100101110001101000 | 8ec3b8c48ea65c68 |
EUC-JP | 偲クト示\h | 10111100110001011000111010111000100011101100010010111100101010000101110001101000 | bcc58eb88ec4bca85c68 |
UTF-8 | 偲クト示\h | 1110010110000001101100101110111110111101101110001110111110111110100001001110011110100100101110100101110001101000 | e581b2efbdb8efbe84e7a4ba5c68 |
UHC | ???示\h | 00111111001111110011111111100011110001100101110001101000 | 3f3f3fe3c65c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)