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 | ì°è | 1110110010001000101100001110100010001000 | ec88b0e888 |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | ì?°è? | 10001111101010111100000000111111101000011110101110001111101010111011001000111111 | 8fabc03fa1eb8fabb23f |
UTF-8 | ì°è | 11000011101011001100001010001000110000101011000011000011101010001100001010001000 | c3acc288c2b0c3a8c288 |
UHC | ??°?? | 001111110011111110100001110001100011111100111111 | 3f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)