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 | ×ùÉ | 10001111110101111111100111001001 | 8fd7f9c9 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×ùÉ | 001111111010000111011111100011111010101111100011100011111010101010110001 | 3fa1df8fabe38faab1 |
UTF-8 | ×ùÉ | 1100001010001111110000111001011111000011101110011100001110001001 | c28fc397c3b9c389 |
UHC | ?×?? | 0011111110100001101111110011111100111111 | 3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)