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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 滓坤滓鵠^ | 100111111110011010001101101000111001111111100110100011011001010001011110 | 9fe68da39fe68d945e |
EUC-JP | 滓坤滓鵠^ | 110111101110100010111010101001011101111011101000101110011111010001011110 | dee8baa5dee8b9f45e |
UTF-8 | 滓坤滓鵠^ | 11100110101110111001001111100101100111011010010011100110101110111001001111101001101101011010000001011110 | e6bb93e59da4e6bb93e9b5a05e |
UHC | 滓坤滓鵠^ | 111011101010101111001101110111101110111010101011110011011101110001011110 | eeabcddeeeabcddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)