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 | 謖サ辯達 | 11100110100011001011101111100111100001111001001001000010 | e68cbbe7879242 |
EUC-JP | 謖サ辯達 | 1110101111101100100011101011101111101101111001111100001110100011 | ebec8ebbede7c3a3 |
UTF-8 | 謖サ辯達 | 111010001010110010010110111011111011110110111011111010001011111010101111111010011000000110010100 | e8ac96efbdbbe8beafe98194 |
UHC | 謖?辯達 | 11100001110110100011111111011100101010101101001110111001 | e1da3fdcaad3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)