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 | ï§±ê´ | 111011111010011110110001111010101011010010001111 | efa7b1eab48f |
SJIS-WIN | ?§±?´? | 001111111000000110011000100000010111110100111111100000010100110000111111 | 3f8198817d3f814c3f |
EUC-JP | 隣� | 10001111101010111100000110100001111110001010000111011110100011111010101110110100101000011010110100111111 | 8fabc1a1f8a1de8fabb4a1ad3f |
UTF-8 | ï§±ê´ | 110000111010111111000010101001111100001010110001110000111010101011000010101101001100001010001111 | c3afc2a7c2b1c3aac2b4c28f |
UHC | ?§±?´? | 001111111010000111010111101000011011111000111111101000101010010100111111 | 3fa1d7a1be3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)