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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 鳶?? | 10010011110011100011111100111111 | 93ce3f3f |
EUC-JP | 鳶®? | 110001101101000010001111101000101110111000111111 | c6d08fa2ee3f |
UTF-8 | 鳶®쪡 | 1110100110110011101101101100001010101110111011001010101010100001 | e9b3b6c2aeecaaa1 |
UHC | 鳶®쪡 | 111001101110100110100010111001111010010110011010 | e6e9a2e7a59a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)