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 | ?N^ | 001111110100111001011110 | 3f4e5e |
SJIS-WIN | 獻N^ | 11100000110110010100111001011110 | e0d94e5e |
EUC-JP | 獻N^ | 11100000110110110100111001011110 | e0db4e5e |
UTF-8 | 獻N^ | 1110011110001101101110110100111001011110 | e78dbb4e5e |
UHC | 獻N^ | 11111010110011000100111001011110 | facc4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)