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 | äî¾í | 111001001110111010111110111011011000111010000110 | e4eebeed8e86 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | äî?í?? | 100011111010101110100011100011111010101111000010001111111000111110101011101111110011111100111111 | 8faba38fabc23f8fabbf3f3f |
UTF-8 | äî¾í | 110000111010010011000011101011101100001010111110110000111010110111000010100011101100001010000110 | c3a4c3aec2bec3adc28ec286 |
UHC | ??¾??? | 00111111001111111010100011111010001111110011111100111111 | 3f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)