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 | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-WIN | モョC | 11110111101001111111011010110100110100111010111001000011 | f7a7f6b4d3ae43 |
EUC-JP | ??モョC | 00111111001111111000111011010011100011101010111001000011 | 3f3f8ed38eae43 |
UTF-8 | モョC | 11101110100101101000101011101110100100111001101111101111101111101001001111101111101111011010111001000011 | ee968aee939befbe93efbdae43 |
UHC | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)