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 | ×ÆöÉ | 11010111110001101111011011001001 | d7c6f6c9 |
SJIS-WIN | ×??? | 1000000101111110001111110011111100111111 | 817e3f3f3f |
EUC-JP | ×ÆöÉ | 1010000111011111100011111010100110100001100011111010101111010011100011111010101010110001 | a1df8fa9a18fabd38faab1 |
UTF-8 | ×ÆöÉ | 1100001110010111110000111000011011000011101101101100001110001001 | c397c386c3b6c389 |
UHC | ×Æ?? | 101000011011111110101000101000010011111100111111 | a1bfa8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)