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 | åaãY | 110000111010010101100001110000111010001101011001 | c3a561c3a359 |
SJIS-WIN | ?¥a?£Y | 0011111110000001100011110110000100111111100000011001001001011001 | 3f818f613f819259 |
EUC-JP | �aãY | 1000111110101010101010100011111101100001100011111010101010101010101000011111001001011001 | 8faaaa3f618faaaaa1f259 |
UTF-8 | åaãY | 11000011100000111100001010100101011000011100001110000011110000101010001101011001 | c383c2a561c383c2a359 |
UHC | ??a??Y | 001111110011111101100001001111110011111101011001 | 3f3f613f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)