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 | âÄ | 100111001010000011100010110001001001011010011100 | 9ca0e2c4969c |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??âÄ?? | 00111111001111111000111110101011101001001000111110101010101000110011111100111111 | 3f3f8faba48faaa33f3f |
UTF-8 | âÄ | 110000101001110011000010101000001100001110100010110000111000010011000010100101101100001010011100 | c29cc2a0c3a2c384c296c29c |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)