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 | 倚耕宅?杞 | 100110001101111110001101011010111001000111101110001111111001111001011000 | 98df8d6b91ee3f9e58 |
EUC-JP | 倚耕宅?杞 | 110100001110000110111001110011001100001011110000001111111101101110111001 | d0e1b9ccc2f03fdbb9 |
UTF-8 | 倚耕宅롈杞 | 111001011000000010011010111010001000000010010101111001011010111010000101111010111010000110001000111001101001110110011110 | e5809ae88095e5ae85eba188e69d9e |
UHC | 倚耕宅롈杞 | 11101011111011111100110011101001110100111110101110001110110011101101000110100011 | ebefcce9d3eb8eced1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)