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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 謖悉?^ | 111001101000110010001110101110110011111101011110 | e68c8ebb3f5e |
EUC-JP | 謖悉?^ | 111010111110110010111100101111010011111101011110 | ebecbcbd3f5e |
UTF-8 | 謖悉섁^ | 11101000101011001001011011100110100000101000100111101100100001001000000101011110 | e8ac96e68289ec84815e |
UHC | 謖悉섁^ | 11100001110110101110001111111010100110001110000001011110 | e1dae3fa98e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)