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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪シ逧取羅 | 111001011010000110111100111001111001101010001110111001101001011110000101 | e5a1bce79a8ee69785 |
EUC-JP | 蝪シ逧取羅 | 11101010101000111000111010111100111011011111101010111100111010001100110111100101 | eaa38ebcedfabce8cde5 |
UTF-8 | 蝪シ逧取羅 | 111010001001110110101010111011111011110110111100111010011000000010100111111001011000111110010110111001111011111010000101 | e89daaefbdbce980a7e58f96e7be85 |
UHC | ???取羅 | 00111111001111110011111111110110101000101101010011111110 | 3f3f3ff6a2d4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)