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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雲?9雙 | 10001001010111110011111110000010010110001001100111010100 | 895f3f825899d4 |
EUC-JP | 雲?9雙 | 10110001110000000011111110100011101110011101001011010110 | b1c03fa3b9d2d6 |
UTF-8 | 雲삣9雙 | 111010011001101110110010111011001000001010100011111011111011110010011001111010011001101110011001 | e99bb2ec82a3efbc99e99b99 |
UHC | 雲삣9雙 | 1110101010100011101110111110010110100011101110011110010010101010 | eaa3bbe5a3b9e4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)