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 | 豢ゥ讌泌穀 | 111001101011010010101001111001101010010110010100111001011000110110010010 | e6b4a9e6a594e58d92 |
EUC-JP | 豢ゥ讌泌穀 | 11101100101101101000111010101001111011001010011111001000111001111011100111110010 | ecb68ea9eca7c8e7b9f2 |
UTF-8 | 豢ゥ讌泌穀 | 111010001011000110100010111011111011110110101001111010001010111010001100111001101011001110001100111001111010100110000000 | e8b1a2efbda9e8ae8ce6b38ce7a980 |
UHC | ???泌穀 | 00111111001111110011111111111001101100101100110111011010 | 3f3f3ff9b2cdda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)