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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蟶冓}蟶冓{^ | 1110010110111000100110010110100101111101111001011011100010011001011010010111101101011110 | e5b899697de5b899697b5e |
EUC-JP | 蟶冓}蟶冓{^ | 1110101010111010110100011100101001111101111010101011101011010001110010100111101101011110 | eabad1ca7deabad1ca7b5e |
UTF-8 | 蟶冓}蟶冓{^ | 111010001001111110110110111001011000011010010011011111011110100010011111101101101110010110000110100100110111101101011110 | e89fb6e586937de89fb6e586937b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)