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 | ëô庶ë | 11101011111101001000111111100101101110101011011011101011 | ebf48fe5bab6eb |
SJIS-WIN | ?????¶? | 0011111100111111001111110011111100111111100000011111011100111111 | 3f3f3f3f3f81f73f |
EUC-JP | ëô?庶ë | 100011111010101110110011100011111010101111010100001111111000111110101011101010011000111110100010111010111010001011111001100011111010101110110011 | 8fabb38fabd43f8faba98fa2eba2f98fabb3 |
UTF-8 | ëô庶ë | 1100001110101011110000111011010011000010100011111100001110100101110000101011101011000010101101101100001110101011 | c3abc3b4c28fc3a5c2bac2b6c3ab |
UHC | ????º¶? | 001111110011111100111111001111111010100010101100101000101101001000111111 | 3f3f3f3fa8aca2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)