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 | æùé±S | 11100110111110011001011011101001101100011000011001010011 | e6f996e9b18653 |
SJIS-WIN | ????±?S | 0011111100111111001111110011111110000001011111010011111101010011 | 3f3f3f3f817d3f53 |
EUC-JP | æù?é±?S | 1000111110101001110000011000111110101011111000110011111110001111101010111011000110100001110111100011111101010011 | 8fa9c18fabe33f8fabb1a1de3f53 |
UTF-8 | æùé±S | 11000011101001101100001110111001110000101001011011000011101010011100001010110001110000101000011001010011 | c3a6c3b9c296c3a9c2b1c28653 |
UHC | æ???±?S | 101010011010000100111111001111110011111110100001101111100011111101010011 | a9a13f3f3fa1be3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)