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 | Á±âä^ | 1100000110110001111000101110010001011110 | c1b1e2e45e |
SJIS-WIN | ?±??^ | 001111111000000101111101001111110011111101011110 | 3f817d3f3f5e |
EUC-JP | Á±âä^ | 100011111010101010100001101000011101111010001111101010111010010010001111101010111010001101011110 | 8faaa1a1de8faba48faba35e |
UTF-8 | Á±âä^ | 110000111000000111000010101100011100001110100010110000111010010001011110 | c381c2b1c3a2c3a45e |
UHC | ?±??^ | 001111111010000110111110001111110011111101011110 | 3fa1be3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)