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 | ûÖÞ×IB | 111110111101011011011110110101110100100101000010 | fbd6ded74942 |
SJIS-WIN | ???×IB | 00111111001111110011111110000001011111100100100101000010 | 3f3f3f817e4942 |
EUC-JP | ûÖÞ×IB | 10001111101010111110010110001111101010101101001110001111101010011011000010100001110111110100100101000010 | 8fabe58faad38fa9b0a1df4942 |
UTF-8 | ûÖÞ×IB | 11000011101110111100001110010110110000111001111011000011100101110100100101000010 | c3bbc396c39ec3974942 |
UHC | ??Þ×IB | 0011111100111111101010001010110110100001101111110100100101000010 | 3f3fa8ada1bf4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)