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 | êþºé· | 1110101011111110101110101110100110110111 | eafebae9b7 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | êþºé? | 10001111101010111011010010001111101010011101000010001111101000101110101110001111101010111011000100111111 | 8fabb48fa9d08fa2eb8fabb13f |
UTF-8 | êþºé· | 11000011101010101100001110111110110000101011101011000011101010011100001010110111 | c3aac3bec2bac3a9c2b7 |
UHC | ?þº?· | 0011111110101001101011011010100010101100001111111010000110100100 | 3fa9ada8ac3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)