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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ??寡h息 | 00111111001111111000100111000111011010001001000110100111 | 3f3f89c76891a7 |
EUC-JP | ?倜寡h息 | 001111111000111110110001110101011011001011001001011010001100001010101001 | 3f8fb1d5b2c968c2a9 |
UTF-8 | 뤑倜寡h息 | 11101011101001001001000111100101100000001001110011100101101011111010000101101000111001101000000110101111 | eba491e5809ce5afa168e681af |
UHC | 뤑倜寡h息 | 100011111100000111110100101001101100110111111011011010001110001111010011 | 8fc1f4a6cdfb68e3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)