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 | 11111101110101111000010001000010 | fdd78442 |
SJIS-WIN | ?×?B | 0011111110000001011111100011111101000010 | 3f817e3f42 |
EUC-JP | ý×?B | 10001111101010111111001010100001110111110011111101000010 | 8fabf2a1df3f42 |
UTF-8 | ý×B | 11000011101111011100001110010111110000101000010001000010 | c3bdc397c28442 |
UHC | ?×?B | 0011111110100001101111110011111101000010 | 3fa1bf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)