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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | ??寡u | 0011111100111111100010011100011101110101 | 3f3f89c775 |
EUC-JP | ?倜寡u | 00111111100011111011000111010101101100101100100101110101 | 3f8fb1d5b2c975 |
UTF-8 | 뤑倜寡u | 11101011101001001001000111100101100000001001110011100101101011111010000101110101 | eba491e5809ce5afa175 |
UHC | 뤑倜寡u | 10001111110000011111010010100110110011011111101101110101 | 8fc1f4a6cdfb75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)