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 | ̰½ð | 1000111111001100101100001011110111110000 | 8fccb0bdf0 |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | ?̰?ð | 00111111100011111010101011000000101000011110101100111111100011111010100111000011 | 3f8faac0a1eb3f8fa9c3 |
UTF-8 | ̰½ð | 11000010100011111100001110001100110000101011000011000010101111011100001110110000 | c28fc38cc2b0c2bdc3b0 |
UHC | ??°½ð | 0011111100111111101000011100011010101000111101101010100110100011 | 3f3fa1c6a8f6a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)