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 | ð¥Ò綡 | 111100001010010111010010111001111011011010100001 | f0a5d2e7b6a1 |
SJIS-WIN | ?¥??¶? | 0011111110000001100011110011111100111111100000011111011100111111 | 3f818f3f3f81f73f |
EUC-JP | ð?Ò綡 | 100011111010100111000011001111111000111110101010110100101000111110101011101011101010001011111001100011111010001011000010 | 8fa9c33f8faad28fabaea2f98fa2c2 |
UTF-8 | ð¥Ò綡 | 110000111011000011000010101001011100001110010010110000111010011111000010101101101100001010100001 | c3b0c2a5c392c3a7c2b6c2a1 |
UHC | ð???¶¡ | 101010011010001100111111001111110011111110100010110100101010001010101110 | a9a33f3f3fa2d2a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)