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 | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 巽側側U | 10010010010001101001000110100100100100011010010001010101 | 924691a491a455 |
EUC-JP | 巽側側U | 11000011101001111100001010100110110000101010011001010101 | c3a7c2a6c2a655 |
UTF-8 | 巽側側U | 11100101101101111011110111100101100000011011010011100101100000011011010001010101 | e5b7bde581b4e581b455 |
UHC | 巽側側U | 11100001110111101111011010110000111101101011000001010101 | e1def6b0f6b055 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)