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 | ¢¯¡¤^ | 1010001010101111101000011010010001011110 | a2afa1a45e |
SJIS-WIN | ¢???^ | 100000011001000100111111001111110011111101011110 | 81913f3f3f5e |
EUC-JP | ¢¯¡¤^ | 101000011111000110001111101000101011010010001111101000101100001010001111101000101111000001011110 | a1f18fa2b48fa2c28fa2f05e |
UTF-8 | ¢¯¡¤^ | 110000101010001011000010101011111100001010100001110000101010010001011110 | c2a2c2afc2a1c2a45e |
UHC | ??¡¤^ | 00111111001111111010001010101110101000101011010001011110 | 3f3fa2aea2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)