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 | 蟾ス阡オ雍 | 1110010110110111101111011110100010010100101101011110100010110100 | e5b7bde894b5e8b4 |
EUC-JP | 蟾ス阡オ雍 | 11101010101110011000111010111101111011111111010010001110101101011111000010110110 | eab98ebdeff48eb5f0b6 |
UTF-8 | 蟾ス阡オ雍 | 111010001001111110111110111011111011110110111101111010011001100010100001111011111011110110110101111010011001101110001101 | e89fbeefbdbde998a1efbdb5e99b8d |
UHC | 蟾?阡?雍 | 1110000011101010001111111111010011000110001111111110100010111100 | e0ea3ff4c63fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)