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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 阡暮ァ墓エイB | 11101000100101001001010111101001101001111001010111100110101101001011001001000010 | e89495e9a795e6b4b242 |
EUC-JP | 阡暮ァ墓エイB | 11101111111101001100101011101011100011101010011111001010111010001000111010110100100011101011001001000010 | eff4caeb8ea7cae88eb48eb242 |
UTF-8 | 阡暮ァ墓エイB | 11101001100110001010000111100110100110101010111011101111101111011010011111100101101000101001001111101111101111011011010011101111101111011011001001000010 | e998a1e69aaeefbda7e5a293efbdb4efbdb242 |
UHC | 阡暮?墓??B | 11110100110001101101100110111010001111111101100111010111001111110011111101000010 | f4c6d9ba3fd9d73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)