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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 獏珀猾] | 11100000110100011110000011011111111000001100111101011101 | e0d1e0dfe0cf5d |
EUC-JP | 獏珀猾] | 11100000110100111110000011100001111000001101000101011101 | e0d3e0e1e0d15d |
UTF-8 | 獏珀猾] | 11100111100011011000111111100111100011111000000011100111100011001011111001011101 | e78d8fe78f80e78cbe5d |
UHC | ?珀猾] | 001111111101101011010110111111001100001001011101 | 3fdad6fcc25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)