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 | ?a??^ | 0011111101100001001111110011111101011110 | 3f613f3f5e |
SJIS-WIN | ?a??^ | 0011111101100001001111110011111101011110 | 3f613f3f5e |
EUC-JP | ?a??^ | 0011111101100001001111110011111101011110 | 3f613f3f5e |
UTF-8 | 채a책혦^ | 1110110010110001100001000110000111101100101100011000010111101101100110001010011001011110 | ecb18461ecb185ed98a65e |
UHC | 채a책혦^ | 1100001110100100011000011100001110100101110000101000111001011110 | c3a461c3a5c28e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)