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 | 玳靫 | 11100000110111001110100011010100 | e0dce8d4 |
EUC-JP | 玳靫 | 11100000110111101111000011010110 | e0def0d6 |
UTF-8 | 玳靫 | 111001111000111010110011111010011001110110101011 | e78eb3e99dab |
UHC | 玳? | 110100111110010100111111 | d3e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)