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 | ë§»êµ | 1110101110100111101110111110101010110101 | eba7bbeab5 |
SJIS-WIN | ?§??? | 001111111000000110011000001111110011111100111111 | 3f81983f3f3f |
EUC-JP | ë§?ê? | 10001111101010111011001110100001111110000011111110001111101010111011010000111111 | 8fabb3a1f83f8fabb43f |
UTF-8 | ë§»êµ | 11000011101010111100001010100111110000101011101111000011101010101100001010110101 | c3abc2a7c2bbc3aac2b5 |
UHC | ?§??? | 001111111010000111010111001111110011111100111111 | 3fa1d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)