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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辭越辭越B | 111001111000011010001001011110101110011110000110100010010111101001000010 | e786897ae786897a42 |
EUC-JP | 辭越辭越B | 111011011110011010110001110110111110110111100110101100011101101101000010 | ede6b1dbede6b1db42 |
UTF-8 | 辭越辭越B | 11101000101111101010110111101000101101101000101011101000101111101010110111101000101101101000101001000010 | e8beade8b68ae8beade8b68a42 |
UHC | 辭越辭越B | 110111101111011011101010110001101101111011110110111010101100011001000010 | def6eac6def6eac642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)