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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 簀睥矍矍E | 111000101100010111100001110011001110000111011101111000011101110101000101 | e2c5e1cce1dde1dd45 |
EUC-JP | 簀睥矍矍E | 111001001100011111100010110011101110001011011111111000101101111101000101 | e4c7e2cee2dfe2df45 |
UTF-8 | 簀睥矍矍E | 11100111101100001000000011100111100111011010010111100111100111111000110111100111100111111000110101000101 | e7b080e79da5e79f8de79f8d45 |
UHC | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)