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 | ý¤ä±£ë | 111111011010010011100100101100011010001111101011 | fda4e4b1a3eb |
SJIS-WIN | ???±£? | 0011111100111111001111111000000101111101100000011001001000111111 | 3f3f3f817d81923f |
EUC-JP | ý¤ä±£ë | 10001111101010111111001010001111101000101111000010001111101010111010001110100001110111101010000111110010100011111010101110110011 | 8fabf28fa2f08faba3a1dea1f28fabb3 |
UTF-8 | ý¤ä±£ë | 110000111011110111000010101001001100001110100100110000101011000111000010101000111100001110101011 | c3bdc2a4c3a4c2b1c2a3c3ab |
UHC | ?¤?±?? | 0011111110100010101101000011111110100001101111100011111100111111 | 3fa2b43fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)