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 | 慾? | 100101110111110000111111 | 977c3f |
EUC-JP | 慾? | 110011011101110100111111 | cddd3f |
UTF-8 | 慾좦 | 111001101000010110111110111011001010001010100110 | e685beeca2a6 |
UHC | 慾좦 | 11101001101011111010000101000010 | e9afa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)