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 | êþºê´´~ | 11101010111111101011101011101010101101001011010001111110 | eafebaeab4b47e |
SJIS-WIN | ????´´~ | 001111110011111100111111001111111000000101001100100000010100110001111110 | 3f3f3f3f814c814c7e |
EUC-JP | êþºê´´~ | 1000111110101011101101001000111110101001110100001000111110100010111010111000111110101011101101001010000110101101101000011010110101111110 | 8fabb48fa9d08fa2eb8fabb4a1ada1ad7e |
UTF-8 | êþºê´´~ | 11000011101010101100001110111110110000101011101011000011101010101100001010110100110000101011010001111110 | c3aac3bec2bac3aac2b4c2b47e |
UHC | ?þº?´´~ | 0011111110101001101011011010100010101100001111111010001010100101101000101010010101111110 | 3fa9ada8ac3fa2a5a2a57e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)