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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 趁壌档岦滓 | 11100110111000011000111111101011100111101000001111111010101011001001111111100110 | e6e18feb9e83faac9fe6 |
EUC-JP | 趁壌档岦滓 | 1110110011100011101111101110110111011011111000111000111110111011101100111101111011101000 | ece3beeddbe38fbbb3dee8 |
UTF-8 | 趁壌档岦滓 | 111010001011011010000001111001011010001110001100111001101010000110100011111001011011001010100110111001101011101110010011 | e8b681e5a38ce6a1a3e5b2a6e6bb93 |
UHC | ????滓 | 001111110011111100111111001111111110111010101011 | 3f3f3f3feeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)