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 | B^ | 1001101001000010100111001000000101011110 | 9a429c815e |
SJIS-WIN | ?B??^ | 0011111101000010001111110011111101011110 | 3f423f3f5e |
EUC-JP | ?B??^ | 0011111101000010001111110011111101011110 | 3f423f3f5e |
UTF-8 | B^ | 1100001010011010010000101100001010011100110000101000000101011110 | c29a42c29cc2815e |
UHC | ?B??^ | 0011111101000010001111110011111101011110 | 3f423f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)