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 | 揖? | 100101110100101100111111 | 974b3f |
EUC-JP | 揖? | 110011011010110000111111 | cdac3f |
UTF-8 | 揖륡 | 111001101000111110010110111010111010010110100001 | e68f96eba5a1 |
UHC | 揖륡 | 11101011111001111001000001000110 | ebe79046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)