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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 傘傘B | 1000111001010000100011100101000001000010 | 8e508e5042 |
EUC-JP | 傘傘B | 1011101110110001101110111011000101000010 | bbb1bbb142 |
UTF-8 | 傘傘B | 11100101100000101001100011100101100000101001100001000010 | e58298e5829842 |
UHC | 傘傘B | 1101111110100001110111111010000101000010 | dfa1dfa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)