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 | ×eúÞ^ | 10011000110101111001000101100101111110101101111001011110 | 98d79165fade5e |
SJIS-WIN | ?×?e??^ | 0011111110000001011111100011111101100101001111110011111101011110 | 3f817e3f653f3f5e |
EUC-JP | ?×?eúÞ^ | 001111111010000111011111001111110110010110001111101010111110001010001111101010011011000001011110 | 3fa1df3f658fabe28fa9b05e |
UTF-8 | ×eúÞ^ | 110000101001100011000011100101111100001010010001011001011100001110111010110000111001111001011110 | c298c397c29165c3bac39e5e |
UHC | ?×?e?Þ^ | 001111111010000110111111001111110110010100111111101010001010110101011110 | 3fa1bf3f653fa8ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)