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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ??寡] | 0011111100111111100010011100011101011101 | 3f3f89c75d |
EUC-JP | ?倜寡] | 00111111100011111011000111010101101100101100100101011101 | 3f8fb1d5b2c95d |
UTF-8 | 뤑倜寡] | 11101011101001001001000111100101100000001001110011100101101011111010000101011101 | eba491e5809ce5afa15d |
UHC | 뤑倜寡] | 10001111110000011111010010100110110011011111101101011101 | 8fc1f4a6cdfb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)