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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陌滓楳 | 111010001001100110011111111001101001010010000000 | e8999fe69480 |
EUC-JP | 陌滓楳 | 111011111111100111011110111010001100011111100000 | eff9dee8c7e0 |
UTF-8 | 陌滓楳 | 111010011001100110001100111001101011101110010011111001101010010110110011 | e9998ce6bb93e6a5b3 |
UHC | 陌滓? | 1101100011101000111011101010101100111111 | d8e8eeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)