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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 貊珠ф妤休{d | 111001101011101110001110111011001000010010000110111110101010010010001011011110000111101101100100 | e6bb8eec8486faa48b787b64 |
EUC-JP | 貊珠ф妤休{d | 11101100101111011011110011101110101001111110011010001111101110011010111110110101110110010111101101100100 | ecbdbceea7e68fb9afb5d97b64 |
UTF-8 | 貊珠ф妤休{d | 11101000101100101000101011100111100011111010000011010001100001001110010110100110101001001110010010111100100100010111101101100100 | e8b28ae78fa0d184e5a6a4e4bc917b64 |
UHC | 貊珠ф?休{d | 1101100011100111111100011100000110101100111001100011111111111101110011000111101101100100 | d8e7f1c1ace63ffdcc7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)