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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 燾基麦 | 111110110101101010001010111011101001010010011110 | fb5a8aee949e |
EUC-JP | 燾基麦 | 10001111110010101011110110110100111100001100011111111110 | 8fcabdb4f0c7fe |
UTF-8 | 燾基麦 | 111001111000011110111110111001011001111110111010111010011011101010100110 | e787bee59fbae9baa6 |
UHC | 燾基? | 1101010010100111110100001111000100111111 | d4a7d0f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)