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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 額????^ | 10001010011110100011111100111111001111110011111101011110 | 8a7a3f3f3f3f5e |
EUC-JP | 額????^ | 10110011110110110011111100111111001111110011111101011110 | b3db3f3f3f3f5e |
UTF-8 | 額딄남劉폾^ | 11101001101000011000110111101011100101001000010011101011100000101010100011101111101001111000011111101101100011111011111001011110 | e9a18deb9484eb82a8efa787ed8fbe5e |
UHC | 額딄남劉폾^ | 1110010011111110100010101110101010110011101100101110101011100101101111010110010101011110 | e4fe8aeab3b2eae5bd655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)