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 | ë¤ê¹°V | 11101011101001001001110111101010101110011011000001010110 | eba49deab9b056 |
SJIS-WIN | ?????°V | 0011111100111111001111110011111100111111100000011000101101010110 | 3f3f3f3f3f818b56 |
EUC-JP | ��V | 1000111110101011101100111000111110100010111100000011111110001111101010111011010000111111101000011110101101010110 | 8fabb38fa2f03f8fabb43fa1eb56 |
UTF-8 | ë¤ê¹°V | 11000011101010111100001010100100110000101001110111000011101010101100001010111001110000101011000001010110 | c3abc2a4c29dc3aac2b9c2b056 |
UHC | ?¤??¹°V | 00111111101000101011010000111111001111111010100111110110101000011100011001010110 | 3fa2b43f3fa9f6a1c656 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)