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 | ?遁??侑 | 00111111100100111101100100111111001111111001100011010000 | 3f93d93f3f98d0 |
EUC-JP | 塼遁??侑 | 100011111011100010111001110001101101101100111111001111111101000011010010 | 8fb8b9c6db3f3fd0d2 |
UTF-8 | 塼遁렕렓侑 | 111001011010000110111100111010011000000110000001111010111010000010010101111010111010000010010011111001001011111010010001 | e5a1bce98181eba095eba093e4be91 |
UHC | 塼遁렕렓侑 | 11101110111101001101010011101101100011101010101010001110101010001110101011100010 | eef4d4ed8eaa8ea8eae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)