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 | 1000111011011011110111111101111001000010 | 8edbdfde42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?ÛßÞB | 0011111110001111101010101110010110001111101010011100111010001111101010011011000001000010 | 3f8faae58fa9ce8fa9b042 |
UTF-8 | ÛßÞB | 110000101000111011000011100110111100001110011111110000111001111001000010 | c28ec39bc39fc39e42 |
UHC | ??ßÞB | 00111111001111111010100110101100101010001010110101000010 | 3f3fa9aca8ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)