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 | ×ýP | 110101111111110101010000 | d7fd50 |
SJIS-WIN | ×?P | 10000001011111100011111101010000 | 817e3f50 |
EUC-JP | ×ýP | 101000011101111110001111101010111111001001010000 | a1df8fabf250 |
UTF-8 | ×ýP | 1100001110010111110000111011110101010000 | c397c3bd50 |
UHC | ×?P | 10100001101111110011111101010000 | a1bf3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)