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 | ???AoBF | 00111111001111110011111101000001011011110100001001000110 | 3f3f3f416f4246 |
SJIS-WIN | ??寡AoBF | 0011111100111111100010011100011101000001011011110100001001000110 | 3f3f89c7416f4246 |
EUC-JP | ?倜寡AoBF | 00111111100011111011000111010101101100101100100101000001011011110100001001000110 | 3f8fb1d5b2c9416f4246 |
UTF-8 | 뤑倜寡AoBF | 11101011101001001001000111100101100000001001110011100101101011111010000101000001011011110100001001000110 | eba491e5809ce5afa1416f4246 |
UHC | 뤑倜寡AoBF | 10001111110000011111010010100110110011011111101101000001011011110100001001000110 | 8fc1f4a6cdfb416f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)