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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 阮孵阮孵B | 111010001001011010011011011110101110100010010110100110110111101001000010 | e8969b7ae8969b7a42 |
EUC-JP | 阮孵阮孵B | 111011111111011011010101110110111110111111110110110101011101101101000010 | eff6d5dbeff6d5db42 |
UTF-8 | 阮孵阮孵B | 11101001100110001010111011100101101011011011010111101001100110001010111011100101101011011011010101000010 | e998aee5adb5e998aee5adb542 |
UHC | 阮孵阮孵B | 111010001101011011011101101000101110100011010110110111011010001001000010 | e8d6dda2e8d6dda242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)