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 | 椰??愿? | 10011110101111010011111100111111100111001100001100111111 | 9ebd3f3f9cc33f |
EUC-JP | 椰??愿? | 11011100101111110011111100111111110110001100010100111111 | dcbf3f3fd8c53f |
UTF-8 | 椰꾬퐡愿뢆 | 111001101010010010110000111010101011111010101100111011011001000010100001111001101000010010111111111010111010001010000110 | e6a4b0eabeaced90a1e684bfeba286 |
UHC | 椰꾬퐡愿뢆 | 11100101101010111000010011101111101111011000101011101010101101001000111101000010 | e5ab84efbd8aeab48f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)