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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 蠢肴頗h | 11100101101111111000110111100110100100001001110001101000 | e5bf8de6909c68 |
EUC-JP | 蠢肴頗h | 11101010110000011011101011101000101111111111110001101000 | eac1bae8bffc68 |
UTF-8 | 蠢肴頗h | 11101000101000001010001011101000100000101011010011101001101000001001011101101000 | e8a0a2e882b4e9a09768 |
UHC | 蠢肴頗h | 11110001111000111111110110100010111101111111011001101000 | f1e3fda2f7f668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)