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 | é®®æ± | 1110100110101110101011101110011010110001 | e9aeaee6b1 |
SJIS-WIN | ????± | 001111110011111100111111001111111000000101111101 | 3f3f3f3f817d |
EUC-JP | é®®æ± | 1000111110101011101100011000111110100010111011101000111110100010111011101000111110101001110000011010000111011110 | 8fabb18fa2ee8fa2ee8fa9c1a1de |
UTF-8 | é®®æ± | 11000011101010011100001010101110110000101010111011000011101001101100001010110001 | c3a9c2aec2aec3a6c2b1 |
UHC | ?®®æ± | 001111111010001011100111101000101110011110101001101000011010000110111110 | 3fa2e7a2e7a9a1a1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)