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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | \」\∝\ | 100000010101111110000001011101101000000101011111100000011110010101011100 | 815f8176815f81e55c |
EUC-JP | \」\∝\ | 101000011100000010100001110101111010000111000000101000101110011101011100 | a1c0a1d7a1c0a2e75c |
UTF-8 | \」\∝\ | 11101111101111001011110011100011100000001000110111101111101111001011110011100010100010001001110101011100 | efbcbce3808defbcbce2889d5c |
UHC | \」\∝\ | 101000011010110010100001101110011010000110101100101000011111000001011100 | a1aca1b9a1aca1f05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)