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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 銓}銓{^ | 11100111111100100111110111100111111100100111101101011110 | e7f27de7f27b5e |
EUC-JP | 銓}銓{^ | 11101110111101000111110111101110111101000111101101011110 | eef47deef47b5e |
UTF-8 | 銓}銓{^ | 111010011000101010010011011111011110100110001010100100110111101101011110 | e98a937de98a937b5e |
UHC | 銓}銓{^ | 11101111101100000111110111101111101100000111101101011110 | efb07defb07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)