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 | è溷 | 111010001001110110011111111001101011101010110111 | e89d9fe6bab7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è??æº? | 100011111010101110110010001111110011111110001111101010011100000110001111101000101110101100111111 | 8fabb23f3f8fa9c18fa2eb3f |
UTF-8 | è溷 | 110000111010100011000010100111011100001010011111110000111010011011000010101110101100001010110111 | c3a8c29dc29fc3a6c2bac2b7 |
UHC | ???溷 | 001111110011111100111111101010011010000110101000101011001010000110100100 | 3f3f3fa9a1a8aca1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)