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 | 爿粲^ | 1110000010101011111000101110101001011110 | e0abe2ea5e |
EUC-JP | 爿粲^ | 1110000010101101111001001110110001011110 | e0ade4ec5e |
UTF-8 | 爿粲^ | 11100111100010001011111111100111101100101011001001011110 | e788bfe7b2b25e |
UHC | ?粲^ | 00111111111100111100010001011110 | 3ff3c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)