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 | ±¶^ | 101100011011011001011110 | b1b65e |
SJIS-WIN | ±¶^ | 1000000101111101100000011111011101011110 | 817d81f75e |
EUC-JP | ±¶^ | 1010000111011110101000101111100101011110 | a1dea2f95e |
UTF-8 | ±¶^ | 1100001010110001110000101011011001011110 | c2b1c2b65e |
UHC | ±¶^ | 1010000110111110101000101101001001011110 | a1bea2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)