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 | 腐? | 100101011000010100111111 | 95853f |
EUC-JP | 腐˙ | 1100100111100101100011111010001010110010 | c9e58fa2b2 |
UTF-8 | 腐˙ | 1110100010000101100100001100101110011001 | e88590cb99 |
UHC | 腐˙ | 11011101101011111010001010101011 | ddafa2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)