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 | 鈔俯。鷺。 | 1110011111100010100110001110101110100001100011011110101110100001 | e7e298eba18deba1 |
EUC-JP | 鈔俯。鷺。 | 11101110111001001101000011101101100011101010000110111010111011011000111010100001 | eee4d0ed8ea1baed8ea1 |
UTF-8 | 鈔俯。鷺。 | 111010011000100010010100111001001011111110101111111011111011110110100001111010011011011110111010111011111011110110100001 | e98894e4bfafefbda1e9b7baefbda1 |
UHC | ?俯?鷺? | 00111111110111001111011000111111110101101101110000111111 | 3fdcf63fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)