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 | é ëú³ | 1110100110000101100010101110101110001100100001001111101010110011 | e9858aeb8c84fab3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??ë??ú? | 1000111110101011101100010011111100111111100011111010101110110011001111110011111110001111101010111110001000111111 | 8fabb13f3f8fabb33f3f8fabe23f |
UTF-8 | é ëú³ | 11000011101010011100001010000101110000101000101011000011101010111100001010001100110000101000010011000011101110101100001010110011 | c3a9c285c28ac3abc28cc284c3bac2b3 |
UHC | ???????³ | 001111110011111100111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)