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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟇倩ェケ雋 | 1110010110101111100110001110100010101010101110011110100010110010 | e5af98e8aab9e8b2 |
EUC-JP | 蟇倩ェケ雋 | 11101010101100011101000011101010100011101010101010001110101110011111000010110100 | eab1d0ea8eaa8eb9f0b4 |
UTF-8 | 蟇倩ェケ雋 | 111010001001111110000111111001011000000010101001111011111011110110101010111011111011110110111001111010011001101110001011 | e89f87e580a9efbdaaefbdb9e99b8b |
UHC | ????雋 | 001111110011111100111111001111111111000111100110 | 3f3f3f3ff1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)