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 | ߧ°ë | 11011111101001111011000011101011 | dfa7b0eb |
SJIS-WIN | ?§°? | 001111111000000110011000100000011000101100111111 | 3f8198818b3f |
EUC-JP | ߧ°ë | 10001111101010011100111010100001111110001010000111101011100011111010101110110011 | 8fa9cea1f8a1eb8fabb3 |
UTF-8 | ߧ°ë | 1100001110011111110000101010011111000010101100001100001110101011 | c39fc2a7c2b0c3ab |
UHC | ߧ°? | 10101001101011001010000111010111101000011100011000111111 | a9aca1d7a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)