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 | 凖婀 | 10011001110000111001101101010011 | 99c39b53 |
EUC-JP | 凖婀 | 11010010110001011101010110110100 | d2c5d5b4 |
UTF-8 | 凖婀 | 111001011000011110010110111001011010100110000000 | e58796e5a980 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)