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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
UTF-8 | 劣뾜劣뾟E | 11101111101001101001110111101011101111101001110011101111101001101001110111101011101111101001111101000101 | efa69debbe9cefa69debbe9f45 |
UHC | 劣뾜劣뾟E | 111001101110101110010111010110011110011011101011100101110110001001000101 | e6eb9759e6eb976245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)