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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 鵫疾E | 1111110001001000100011101011111001000101 | fc488ebe45 |
EUC-JP | 鵫疾E | 100011111110101111111010101111001100000001000101 | 8febfabcc045 |
UTF-8 | 鵫疾E | 11101001101101011010101111100111100101101011111001000101 | e9b5abe796be45 |
UHC | ?疾E | 00111111111100101111000001000101 | 3ff2f045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)