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 | 謫瀧?麒 | 11100110100100111001000111101011001111111110101001101001 | e69391eb3fea69 |
EUC-JP | 謫瀧?麒 | 11101011111100111100001011101101001111111111001111001010 | ebf3c2ed3ff3ca |
UTF-8 | 謫瀧렣麒 | 111010001010110010101011111001111000000010100111111010111010000010100011111010011011101010010010 | e8acabe780a7eba0a3e9ba92 |
UHC | 謫瀧렣麒 | 1110111011100011110101101110100110001110101101001101000111001011 | eee3d6e98eb4d1cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)