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 | 玳 | 11100000110111001111000011101111 | e0dcf0ef |
EUC-JP | 玳? | 111000001101111000111111 | e0de3f |
UTF-8 | 玳 | 111001111000111010110011111011101000001010101110 | e78eb3ee82ae |
UHC | 玳? | 110100111110010100111111 | d3e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)