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 | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | ??珂蘖?{d | 001111110011111110001001110011111001111101010000001111110111101101100100 | 3f3f89cf9f503f7b64 |
EUC-JP | ??珂蘖?{d | 001111110011111110110010110100011101110110110001001111110111101101100100 | 3f3fb2d1ddb13f7b64 |
UTF-8 | 狀뀌珂蘖귓{d | 1110111110100111101110101110101110000000100011001110011110001111100000101110100010011000100101101110101010110111100100110111101101100100 | efa7baeb808ce78f82e89896eab7937b64 |
UHC | 狀뀌珂蘖귓{d | 111011011110111010110010111011101100101010110001111001011110111010110001110100110111101101100100 | edeeb2eecab1e5eeb1d37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)