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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 磨?磨?^ | 10010110100000010011111110010110100000010011111101011110 | 96813f96813f5e |
EUC-JP | 磨?磨?^ | 11001011111000010011111111001011111000010011111101011110 | cbe13fcbe13f5e |
UTF-8 | 磨곌磨곌^ | 11100111101000111010100011101010101100111000110011100111101000111010100011101010101100111000110001011110 | e7a3a8eab38ce7a3a8eab38c5e |
UHC | 磨곌磨곌^ | 110110001010100010110000111010101101100010101000101100001110101001011110 | d8a8b0ead8a8b0ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)