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 | ß÷ä¾^ | 1101111111110111111001001011111001011110 | dff7e4be5e |
SJIS-WIN | ?÷??^ | 001111111000000110000000001111110011111101011110 | 3f81803f3f5e |
EUC-JP | ß÷ä?^ | 10001111101010011100111010100001111000001000111110101011101000110011111101011110 | 8fa9cea1e08faba33f5e |
UTF-8 | ß÷ä¾^ | 110000111001111111000011101101111100001110100100110000101011111001011110 | c39fc3b7c3a4c2be5e |
UHC | ß÷?¾^ | 1010100110101100101000011100000000111111101010001111101001011110 | a9aca1c03fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)