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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 魑・闡幄╂蟇 | 1110100110110011101001011110100010010001100110111110100010000100101111101110010110101111 | e9b3a5e8919be884bee5af |
EUC-JP | 魑・闡幄╂蟇 | 111100101011010110001110101001011110111111110001110101101110101010101000110000001110101010110001 | f2b58ea5eff1d6eaa8c0eab1 |
UTF-8 | 魑・闡幄╂蟇 | 111010011010110110010001111011111011110110100101111010011001011110100001111001011011100110000100111000101001010110000010111010001001111110000111 | e9ad91efbda5e997a1e5b984e29582e89f87 |
UHC | ??闡幄╂? | 001111110011111111110100110001011110010011000001101001101100000000111111 | 3f3ff4c5e4c1a6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)