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 | 蟾ス阡オ菫 | 1110010110110111101111011110100010010100101101011110010010111111 | e5b7bde894b5e4bf |
EUC-JP | 蟾ス阡オ菫 | 11101010101110011000111010111101111011111111010010001110101101011110100011000001 | eab98ebdeff48eb5e8c1 |
UTF-8 | 蟾ス阡オ菫 | 111010001001111110111110111011111011110110111101111010011001100010100001111011111011110110110101111010001000111110101011 | e89fbeefbdbde998a1efbdb5e88fab |
UHC | 蟾?阡?菫 | 1110000011101010001111111111010011000110001111111101000011001011 | e0ea3ff4c63fd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)