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 | 1110000010110000111000001100111101000101 | e0b0e0cf45 |
EUC-JP | 牴猾E | 1110000010110010111000001101000101000101 | e0b2e0d145 |
UTF-8 | 牴猾E | 11100111100010011011010011100111100011001011111001000101 | e789b4e78cbe45 |
UHC | ?猾E | 00111111111111001100001001000101 | 3ffcc245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)