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 | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
SJIS-WIN | モ」モ」g\ | 110100111010001111010011101000110110011101011100 | d3a3d3a3675c |
EUC-JP | モ」モ」g\ | 10001110110100111000111010100011100011101101001110001110101000110110011101011100 | 8ed38ea38ed38ea3675c |
UTF-8 | モ」モ」g\ | 1110111110111110100100111110111110111101101000111110111110111110100100111110111110111101101000110110011101011100 | efbe93efbda3efbe93efbda3675c |
UHC | ????g\ | 001111110011111100111111001111110110011101011100 | 3f3f3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)