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 | 100111111100011010011111110001101001111111000110100111111100011001000010 | 9fc69fc69fc69fc642 |
EUC-JP | 淅淅淅淅B | 110111101100100011011110110010001101111011001000110111101100100001000010 | dec8dec8dec8dec842 |
UTF-8 | 淅淅淅淅B | 11100110101101111000010111100110101101111000010111100110101101111000010111100110101101111000010101000010 | e6b785e6b785e6b785e6b78542 |
UHC | 淅淅淅淅B | 111000001011001011100000101100101110000010110010111000001011001001000010 | e0b2e0b2e0b2e0b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)