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 | ðº°ê | 11110000101110101011000011101010 | f0bab0ea |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | ðº°ê | 1000111110101001110000111000111110100010111010111010000111101011100011111010101110110100 | 8fa9c38fa2eba1eb8fabb4 |
UTF-8 | ðº°ê | 1100001110110000110000101011101011000010101100001100001110101010 | c3b0c2bac2b0c3aa |
UHC | � | 10101001101000111010100010101100101000011100011000111111 | a9a3a8aca1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)