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 | ì°êµ | 1110110010001101101100001110101010110101 | ec8db0eab5 |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | ì?°ê? | 10001111101010111100000000111111101000011110101110001111101010111011010000111111 | 8fabc03fa1eb8fabb43f |
UTF-8 | ì°êµ | 11000011101011001100001010001101110000101011000011000011101010101100001010110101 | c3acc28dc2b0c3aac2b5 |
UHC | ??°?? | 001111110011111110100001110001100011111100111111 | 3f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)