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 | 砥社] | 1001001101110101100011101101000001011101 | 93758ed05d |
EUC-JP | 砥社] | 1100010111010110101111001101001001011101 | c5d6bcd25d |
UTF-8 | 砥社] | 11100111101000001010010111100111101001001011111001011101 | e7a0a5e7a4be5d |
UHC | 砥社] | 1111001010110010110111101110010001011101 | f2b2dee45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)