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 | ??Au??@??` | 00111111001111110100000101110101001111110011111101000000001111110011111101100000 | 3f3f41753f3f403f3f60 |
SJIS-WIN | ?ェAu?ェ@?」` | 00111111101010100100000101110101001111111010101001000000001111111010001101100000 | 3faa41753faa403fa360 |
EUC-JP | ?ェAu?ェ@?」` | 00111111100011101010101001000001011101010011111110001110101010100100000000111111100011101010001101100000 | 3f8eaa41753f8eaa403f8ea360 |
UTF-8 | 䵸ェAu䵸ェ@䵸」` | 11100100101101011011100011101111101111011010101001000001011101011110010010110101101110001110111110111101101010100100000011100100101101011011100011101111101111011010001101100000 | e4b5b8efbdaa4175e4b5b8efbdaa40e4b5b8efbda360 |
UHC | ??Au??@??` | 00111111001111110100000101110101001111110011111101000000001111110011111101100000 | 3f3f41753f3f403f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)