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 | ë¤©è· | 111010111010010010101001111010001000110110110111 | eba4a9e88db7 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 뤩è?? | 1000111110101011101100111000111110100010111100001000111110100010111011011000111110101011101100100011111100111111 | 8fabb38fa2f08fa2ed8fabb23f3f |
UTF-8 | ë¤©è· | 110000111010101111000010101001001100001010101001110000111010100011000010100011011100001010110111 | c3abc2a4c2a9c3a8c28dc2b7 |
UHC | ?¤???· | 0011111110100010101101000011111100111111001111111010000110100100 | 3fa2b43f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)