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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 疎疎^ | 1001000101100001100100010110000101011110 | 916191615e |
EUC-JP | 疎疎^ | 1100000111000010110000011100001001011110 | c1c2c1c25e |
UTF-8 | 疎疎^ | 11100111100101101000111011100111100101101000111001011110 | e7968ee7968e5e |
UHC | 疎疎^ | 1110000111000011111000011100001101011110 | e1c3e1c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)