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 | äº^ | 11100100101110101000001001011110 | e4ba825e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | �^ | 1000111110101011101000111000111110100010111010110011111101011110 | 8faba38fa2eb3f5e |
UTF-8 | äº^ | 11000011101001001100001010111010110000101000001001011110 | c3a4c2bac2825e |
UHC | ?º?^ | 0011111110101000101011000011111101011110 | 3fa8ac3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)