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 | 111000101010001100111111001111111110100001001010001111110111101101100100 | e2a33f3fe84a3f7b64 |
EUC-JP | 筌??鍮?{d | 111001001010010100111111001111111110111110101011001111110111101101100100 | e4a53f3fefab3f7b64 |
UTF-8 | 筌뤿뗄鍮쓗{d | 1110011110101101100011001110101110100100101111111110101110010111100001001110100110001101101011101110110010010011100101110111101101100100 | e7ad8ceba4bfeb9784e98daeec93977b64 |
UHC | 筌뤿뗄鍮쓗{d | 111011111010011110001111111010111011011010111111111010111011100110011101011100100111101101100100 | efa78febb6bfebb99d727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)