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 | 邵? | 111001111011100000111111 | e7b83f |
EUC-JP | 邵? | 111011101011101000111111 | eeba3f |
UTF-8 | 邵댅 | 111010011000001010110101111010111000110010000101 | e982b5eb8c85 |
UHC | 邵댅 | 11100001110100001000100010101111 | e1d088af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)