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 | Îî¬ë¬°B | 11001110111011101010110011101011101011001011000001000010 | ceeeacebacb042 |
SJIS-WIN | ??¬?¬°B | 00111111001111111000000111001010001111111000000111001010100000011000101101000010 | 3f3f81ca3f81ca818b42 |
EUC-JP | Îî¬ë¬°B | 10001111101010101100001010001111101010111100001010100010110011001000111110101011101100111010001011001100101000011110101101000010 | 8faac28fabc2a2cc8fabb3a2cca1eb42 |
UTF-8 | Îî¬ë¬°B | 11000011100011101100001110101110110000101010110011000011101010111100001010101100110000101011000001000010 | c38ec3aec2acc3abc2acc2b042 |
UHC | ?????°B | 0011111100111111001111110011111100111111101000011100011001000010 | 3f3f3f3f3fa1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)