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 | ーニソ螻蹌 | 10110000110001101011111111100101101100011110011101000010 | b0c6bfe5b1e742 |
EUC-JP | ーニソ螻蹌 | 10001110101100001000111011000110100011101011111111101010101100111110110110100011 | 8eb08ec68ebfeab3eda3 |
UTF-8 | ーニソ螻蹌 | 111011111011110110110000111011111011111010000110111011111011110110111111111010001001111010111011111010001011100110001100 | efbdb0efbe86efbdbfe89ebbe8b98c |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)