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 | 묯ë«C | 11101011101011001010111111101011101010111000111001000011 | ebacafebab8e43 |
SJIS-WIN | ?¬????C | 0011111110000001110010100011111100111111001111110011111101000011 | 3f81ca3f3f3f3f43 |
EUC-JP | 묯ë??C | 1000111110101011101100111010001011001100100011111010001010110100100011111010101110110011001111110011111101000011 | 8fabb3a2cc8fa2b48fabb33f3f43 |
UTF-8 | 묯ë«C | 11000011101010111100001010101100110000101010111111000011101010111100001010101011110000101000111001000011 | c3abc2acc2afc3abc2abc28e43 |
UHC | ??????C | 00111111001111110011111100111111001111110011111101000011 | 3f3f3f3f3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)