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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 暲Ι | 11111010110111001000001110100111 | fadc83a7 |
EUC-JP | 暲Ι | 1000111111000010110110111010011010101001 | 8fc2dba6a9 |
UTF-8 | 暲Ι | 1110011010011010101100101100111010011001 | e69ab2ce99 |
UHC | 暲Ι | 11101101111001111010010111001001 | ede7a5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)