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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澹〕盻慥 | 1110000001010111100000010110110011100001101110111001110011010010 | e057816ce1bb9cd2 |
EUC-JP | 澹〕盻慥 | 1101111110111000101000011100110111100010101111011101100011010100 | dfb8a1cde2bdd8d4 |
UTF-8 | 澹〕盻慥 | 111001101011111010111001111000111000000010010101111001111001101110111011111001101000010110100101 | e6beb9e38095e79bbbe685a5 |
UHC | 澹〕?? | 110100111100001010100001101100110011111100111111 | d3c2a1b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)