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 | 孜低愷 | 100011100111100110010010111000011111101011000100 | 8e7992e1fac4 |
EUC-JP | 孜低愷 | 10111011110110101100010011100011100011111011111011001101 | bbdac4e38fbecd |
UTF-8 | 孜低愷 | 111001011010110110011100111001001011110110001110111001101000010010110111 | e5ad9ce4bd8ee684b7 |
UHC | 孜低愷 | 111011011010111111101110101110001100101111000100 | edafeeb8cbc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)