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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 義釜義釜^ | 100010110110000010001010100110001000101101100000100010101001100001011110 | 8b608a988b608a985e |
EUC-JP | 義釜義釜^ | 101101011100000110110011111110001011010111000001101100111111100001011110 | b5c1b3f8b5c1b3f85e |
UTF-8 | 義釜義釜^ | 11100111101111101010100111101001100001111001110011100111101111101010100111101001100001111001110001011110 | e7bea9e9879ce7bea9e9879c5e |
UHC | 義釜義釜^ | 111010111111100111011101101111001110101111111001110111011011110001011110 | ebf9ddbcebf9ddbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)