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 | 10001001010001110011111110001001010001110011111101000101 | 89473f89473f45 |
EUC-JP | 烏?烏?E | 10110001101010000011111110110001101010000011111101000101 | b1a83fb1a83f45 |
UTF-8 | 烏쌱烏쌴E | 11100111100000111000111111101100100011001011000111100111100000111000111111101100100011001011010001000101 | e7838fec8cb1e7838fec8cb445 |
UHC | 烏쌱烏쌴E | 111010001010000110011011010110011110100010100001100110110110001001000101 | e8a19b59e8a19b6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)