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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髣「蜷晏 | 11101001100101111010001011100101100100001001110111100101 | e997a2e5909de5 |
EUC-JP | 髣「蜷晏 | 1111000111110111100011101010001011101001111100001101101011100111 | f1f78ea2e9f0dae7 |
UTF-8 | 髣「蜷晏 | 111010011010101110100011111011111011110110100010111010001001110010110111111001101001100110001111 | e9aba3efbda2e89cb7e6998f |
UHC | ???晏 | 0011111100111111001111111110010011001111 | 3f3f3fe4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)