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 | é ë ij | 1110100110011011100001011110101110001101100001011100010010110011 | e99b85eb8d85c4b3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??ë??Ä? | 1000111110101011101100010011111100111111100011111010101110110011001111110011111110001111101010101010001100111111 | 8fabb13f3f8fabb33f3f8faaa33f |
UTF-8 | é ë ij | 11000011101010011100001010011011110000101000010111000011101010111100001010001101110000101000010111000011100001001100001010110011 | c3a9c29bc285c3abc28dc285c384c2b3 |
UHC | ???????³ | 001111110011111100111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)