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 | 1110000010101000111000001100011101000101 | e0a8e0c745 |
EUC-JP | 爲猊E | 1110000010101010111000001100100101000101 | e0aae0c945 |
UTF-8 | 爲猊E | 11100111100010001011001011100111100011001000101001000101 | e788b2e78c8a45 |
UHC | 爲猊E | 1110101011010011111001111101100101000101 | ead3e7d945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)