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 | ç¹©êµ | 1110011110111001101010011110101010110101 | e7b9a9eab5 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ç?©ê? | 1000111110101011101011100011111110001111101000101110110110001111101010111011010000111111 | 8fabae3f8fa2ed8fabb43f |
UTF-8 | ç¹©êµ | 11000011101001111100001010111001110000101010100111000011101010101100001010110101 | c3a7c2b9c2a9c3aac2b5 |
UHC | ?¹??? | 001111111010100111110110001111110011111100111111 | 3fa9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)