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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謌先梵 | 111001101000100010010000111001101001111010010000 | e68890e69e90 |
EUC-JP | 謌先梵 | 111010111110100011000000111010001101101111110000 | ebe8c0e8dbf0 |
UTF-8 | 謌先梵 | 111010001010110010001100111001011000010110001000111001101010001010110101 | e8ac8ce58588e6a2b5 |
UHC | ?先梵 | 0011111111100000101110111101101111101111 | 3fe0bbdbef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)