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 | 嵭鵈 | 11111010101100111110100111111100 | fab3e9fc |
EUC-JP | 嵭鵈 | 1000111110111011110111101111001011111110 | 8fbbdef2fe |
UTF-8 | 嵭鵈 | 111001011011010110101101111010011011010110001000 | e5b5ade9b588 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)