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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螟慕ケ穂繹 | 111001011010010010010101111001111011100110010101111001001110001110001000 | e5a495e7b995e4e388 |
EUC-JP | 螟慕ケ穂繹 | 11101010101001101100101011101001100011101011100111001010111001101110010111101000 | eaa6cae98eb9cae6e5e8 |
UTF-8 | 螟慕ケ穂繹 | 111010001001111010011111111001101000010110010101111011111011110110111001111001111010100110000010111001111011100110111001 | e89e9fe68595efbdb9e7a982e7b9b9 |
UHC | 螟慕??繹 | 1101100110101101110110011011011100111111001111111110011010111010 | d9add9b73f3fe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)