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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 狸促続族] | 100100100100101110010001101000111001000110110001100100011011000001011101 | 924b91a391b191b05d |
EUC-JP | 狸促続族] | 110000111010110011000010101001011100001010110011110000101011001001011101 | c3acc2a5c2b3c2b25d |
UTF-8 | 狸促続族] | 11100111100010111011100011100100101111111000001111100111101101101001101011100110100101111000111101011101 | e78bb8e4bf83e7b69ae6978f5d |
UHC | 狸促?族] | 1101011111100001111101011011010100111111111100001110100101011101 | d7e1f5b53ff0e95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)