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 | ?IE | 001111110100100101000101 | 3f4945 |
SJIS-WIN | 鯀IE | 11101001101111110100100101000101 | e9bf4945 |
EUC-JP | 鯀IE | 11110010110000010100100101000101 | f2c14945 |
UTF-8 | 鯀IE | 1110100110101111100000000100100101000101 | e9af804945 |
UHC | ?IE | 001111110100100101000101 | 3f4945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)