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 | ¢¢¤^ | 100010101010001010010111100111001000101010100010100111001010010001011110 | 8aa2979c8aa29ca45e |
SJIS-WIN | ?¢???¢??^ | 0011111110000001100100010011111100111111001111111000000110010001001111110011111101011110 | 3f81913f3f3f81913f3f5e |
EUC-JP | ?¢???¢?¤^ | 00111111101000011111000100111111001111110011111110100001111100010011111110001111101000101111000001011110 | 3fa1f13f3f3fa1f13f8fa2f05e |
UTF-8 | ¢¢¤^ | 1100001010001010110000101010001011000010100101111100001010011100110000101000101011000010101000101100001010011100110000101010010001011110 | c28ac2a2c297c29cc28ac2a2c29cc2a45e |
UHC | ???????¤^ | 00111111001111110011111100111111001111110011111100111111101000101011010001011110 | 3f3f3f3f3f3f3fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)