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 | ×ýB | 110101111111110101000010 | d7fd42 |
SJIS-WIN | ×?B | 10000001011111100011111101000010 | 817e3f42 |
EUC-JP | ×ýB | 101000011101111110001111101010111111001001000010 | a1df8fabf242 |
UTF-8 | ×ýB | 1100001110010111110000111011110101000010 | c397c3bd42 |
UHC | ×?B | 10100001101111110011111101000010 | a1bf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)