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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 滓羔^ | 1001111111100110111000111011010001011110 | 9fe6e3b45e |
EUC-JP | 滓羔^ | 1101111011101000111001101011011001011110 | dee8e6b65e |
UTF-8 | 滓羔^ | 11100110101110111001001111100111101111101001010001011110 | e6bb93e7be945e |
UHC | 滓羔^ | 1110111010101011110011011100010001011110 | eeabcdc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)