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 | am^ | 1001000101100001100111110110110101011110 | 91619f6d5e |
SJIS-WIN | ?a?m^ | 0011111101100001001111110110110101011110 | 3f613f6d5e |
EUC-JP | ?a?m^ | 0011111101100001001111110110110101011110 | 3f613f6d5e |
UTF-8 | am^ | 11000010100100010110000111000010100111110110110101011110 | c29161c29f6d5e |
UHC | ?a?m^ | 0011111101100001001111110110110101011110 | 3f613f6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)