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 | êþºä¾ | 1110101011111110101110101110010010111110 | eafebae4be |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | êþºä? | 10001111101010111011010010001111101010011101000010001111101000101110101110001111101010111010001100111111 | 8fabb48fa9d08fa2eb8faba33f |
UTF-8 | êþºä¾ | 11000011101010101100001110111110110000101011101011000011101001001100001010111110 | c3aac3bec2bac3a4c2be |
UHC | ?þº?¾ | 0011111110101001101011011010100010101100001111111010100011111010 | 3fa9ada8ac3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)