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 | 倚耕宅遠? | 100110001101111110001101011010111001000111101110100010011001001100111111 | 98df8d6b91ee89933f |
EUC-JP | 倚耕宅遠? | 110100001110000110111001110011001100001011110000101100011111001100111111 | d0e1b9ccc2f0b1f33f |
UTF-8 | 倚耕宅遠렓 | 111001011000000010011010111010001000000010010101111001011010111010000101111010011000000110100000111010111010000010010011 | e5809ae88095e5ae85e981a0eba093 |
UHC | 倚耕宅遠렓 | 11101011111011111100110011101001110100111110101111101010110000001000111010101000 | ebefcce9d3ebeac08ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)