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 | ???x^ | 0011111100111111001111110111100001011110 | 3f3f3f785e |
SJIS-WIN | 受△?x^ | 10001110111100111000000110100010001111110111100001011110 | 8ef381a23f785e |
EUC-JP | 受△?x^ | 10111100111101011010001010100100001111110111100001011110 | bcf5a2a43f785e |
UTF-8 | 受△뼦x^ | 1110010110001111100101111110001010010110101100111110101110111100101001100111100001011110 | e58f97e296b3ebbca6785e |
UHC | 受△뼦x^ | 1110000111110100101000011110001010010110101010010111100001011110 | e1f4a1e296a9785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)