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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 將}將{^ | 10011011100100100111110110011011100100100111101101011110 | 9b927d9b927b5e |
EUC-JP | 將}將{^ | 11010101111100100111110111010101111100100111101101011110 | d5f27dd5f27b5e |
UTF-8 | 將}將{^ | 111001011011000010000111011111011110010110110000100001110111101101011110 | e5b0877de5b0877b5e |
UHC | 將}將{^ | 11101101111000100111110111101101111000100111101101011110 | ede27dede27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)