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 | Òò´® | 11010010111100101011010010101110 | d2f2b4ae |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | Òò´® | 1000111110101010110100101000111110101011110100101010000110101101100011111010001011101110 | 8faad28fabd2a1ad8fa2ee |
UTF-8 | Òò´® | 1100001110010010110000111011001011000010101101001100001010101110 | c392c3b2c2b4c2ae |
UHC | ??´® | 001111110011111110100010101001011010001011100111 | 3f3fa2a5a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)