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 | F±] | 10010010010001101001000110110001100100011010110101011101 | 924691b191ad5d |
SJIS-WIN | ?F?±??] | 0011111101000110001111111000000101111101001111110011111101011101 | 3f463f817d3f3f5d |
EUC-JP | ?F?±??] | 0011111101000110001111111010000111011110001111110011111101011101 | 3f463fa1de3f3f5d |
UTF-8 | F±] | 110000101001001001000110110000101001000111000010101100011100001010010001110000101010110101011101 | c29246c291c2b1c291c2ad5d |
UHC | ?F?±?] | 001111110100011000111111101000011011111000111111101000011010100101011101 | 3f463fa1be3fa1a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)