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 | ¡¡¤^ | 100100011010000110010111100111001001000110100001100111001010010001011110 | 91a1979c91a19ca45e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?¡???¡?¤^ | 001111111000111110100010110000100011111100111111001111111000111110100010110000100011111110001111101000101111000001011110 | 3f8fa2c23f3f3f8fa2c23f8fa2f05e |
UTF-8 | ¡¡¤^ | 1100001010010001110000101010000111000010100101111100001010011100110000101001000111000010101000011100001010011100110000101010010001011110 | c291c2a1c297c29cc291c2a1c29cc2a45e |
UHC | ?¡???¡?¤^ | 001111111010001010101110001111110011111100111111101000101010111000111111101000101011010001011110 | 3fa2ae3f3f3fa2ae3fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)