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 | 史傀盞 | 100011100110101010011000111110001110000110110101 | 8e6a98f8e1b5 |
EUC-JP | 史傀盞 | 101110111100101111010000111110101110001010110111 | bbcbd0fae2b7 |
UTF-8 | 史傀盞 | 111001011000111110110010111001011000001010000000111001111001101110011110 | e58fb2e58280e79b9e |
UHC | 史傀盞 | 110111101100100011001110110100111110110111010011 | dec8ced3edd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)