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 | 鴪咆}鴪咆{^ | 1110100111110000100110011111010001111101111010011111000010011001111101000111101101011110 | e9f099f47de9f099f47b5e |
EUC-JP | 鴪咆}鴪咆{^ | 1111001011110010110100101111011001111101111100101111001011010010111101100111101101011110 | f2f2d2f67df2f2d2f67b5e |
UTF-8 | 鴪咆}鴪咆{^ | 111010011011010010101010111001011001001010000110011111011110100110110100101010101110010110010010100001100111101101011110 | e9b4aae592867de9b4aae592867b5e |
UHC | ?咆}?咆{^ | 001111111111100011010011011111010011111111111000110100110111101101011110 | 3ff8d37d3ff8d37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)