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 | ÀÏ´á | 1000111111000000110011111011010011100001 | 8fc0cfb4e1 |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ?ÀÏ´á | 001111111000111110101010101000101000111110101010110000011010000110101101100011111010101110100001 | 3f8faaa28faac1a1ad8faba1 |
UTF-8 | ÀÏ´á | 11000010100011111100001110000000110000111000111111000010101101001100001110100001 | c28fc380c38fc2b4c3a1 |
UHC | ???´? | 001111110011111100111111101000101010010100111111 | 3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)