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 | ?????gB | 00111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f6742 |
SJIS-WIN | モゥgB | 11110111101001111111011011001110110100111010100111110000111011110110011101000010 | f7a7f6ced3a9f0ef6742 |
EUC-JP | ??モゥ?gB | 001111110011111110001110110100111000111010101001001111110110011101000010 | 3f3f8ed38ea93f6742 |
UTF-8 | モゥgB | 1110111010010110100010101110111010010011101101011110111110111110100100111110111110111101101010011110111010000010101011100110011101000010 | ee968aee93b5efbe93efbda9ee82ae6742 |
UHC | ?????gB | 00111111001111110011111100111111001111110110011101000010 | 3f3f3f3f3f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)