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 | 浩ç | 1110011010110101101010011110011110010101 | e6b5a9e795 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æ?©ç? | 1000111110101001110000010011111110001111101000101110110110001111101010111010111000111111 | 8fa9c13f8fa2ed8fabae3f |
UTF-8 | 浩ç | 11000011101001101100001010110101110000101010100111000011101001111100001010010101 | c3a6c2b5c2a9c3a7c295 |
UHC | æ???? | 101010011010000100111111001111110011111100111111 | a9a13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)