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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蕕名 | 11100101010000111001011010111100 | e54396bc |
EUC-JP | 蕕名 | 11101001101001001100110010111110 | e9a4ccbe |
UTF-8 | 蕕名 | 111010001001010110010101111001011001000010001101 | e89595e5908d |
UHC | ?名 | 001111111101100110100011 | 3fd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)