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 | 酩ン | 111001111100011111011101 | e7c7dd |
EUC-JP | 酩ン | 11101110110010011000111011011101 | eec98edd |
UTF-8 | 酩ン | 111010011000010110101001111011111011111010011101 | e985a9efbe9d |
UHC | 酩? | 110110011010111000111111 | d9ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)