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 | 容ë¬ì³ | 1110010110101110101110011110101110101100100010001110110010110011 | e5aeb9ebac88ecb3 |
SJIS-WIN | ????¬??? | 001111110011111100111111001111111000000111001010001111110011111100111111 | 3f3f3f3f81ca3f3f3f |
EUC-JP | å®?ë¬?ì? | 1000111110101011101010011000111110100010111011100011111110001111101010111011001110100010110011000011111110001111101010111100000000111111 | 8faba98fa2ee3f8fabb3a2cc3f8fabc03f |
UTF-8 | 容ë¬ì³ | 11000011101001011100001010101110110000101011100111000011101010111100001010101100110000101000100011000011101011001100001010110011 | c3a5c2aec2b9c3abc2acc288c3acc2b3 |
UHC | ?®¹????³ | 0011111110100010111001111010100111110110001111110011111100111111001111111010100111111000 | 3fa2e7a9f63f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)