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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 宗[宗[^ | 10001111010000000101101110001111010000000101101101011110 | 8f405b8f405b5e |
EUC-JP | 宗[宗[^ | 10111101101000010101101110111101101000010101101101011110 | bda15bbda15b5e |
UTF-8 | 宗[宗[^ | 111001011010111010010111010110111110010110101110100101110101101101011110 | e5ae975be5ae975b5e |
UHC | 宗[宗[^ | 11110000111100110101101111110000111100110101101101011110 | f0f35bf0f35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)