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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 隧」謳倍d | 1110100010101001101000111110011010010000100101000111101101100100 | e8a9a3e690947b64 |
EUC-JP | 隧」謳倍d | 111100001010101110001110101000111110101111110000110001111101110001100100 | f0ab8ea3ebf0c7dc64 |
UTF-8 | 隧」謳倍d | 11101001100110101010011111101111101111011010001111101000101011001011001111100101100000001000110101100100 | e99aa7efbda3e8acb3e5808d64 |
UHC | 隧?謳倍d | 1110001011001010001111111100111111000100110110111100001101100100 | e2ca3fcfc4dbc364 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)