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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 嵭罔] | 1111101010110011111000111010011001011101 | fab3e3a65d |
EUC-JP | 嵭罔] | 100011111011101111011110111001101010100001011101 | 8fbbdee6a85d |
UTF-8 | 嵭罔] | 11100101101101011010110111100111101111011001010001011101 | e5b5ade7bd945d |
UHC | ?罔] | 00111111110110001101001001011101 | 3fd8d25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)