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 | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | 巽形袖S | 10010010010001101000110001100000100100011011001101010011 | 92468c6091b353 |
EUC-JP | 巽形袖S | 11000011101001111011011111000001110000101011010101010011 | c3a7b7c1c2b553 |
UTF-8 | 巽形袖S | 11100101101101111011110111100101101111011010001011101000101000101001011001010011 | e5b7bde5bda2e8a29653 |
UHC | 巽形袖S | 11100001110111101111101110100001111000101100000001010011 | e1defba1e2c053 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)