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 | ú±ç°^ | 11111010101100011000110011100111101100001001010001011110 | fab18ce7b0945e |
SJIS-WIN | ?±??°?^ | 001111111000000101111101001111110011111110000001100010110011111101011110 | 3f817d3f3f818b3f5e |
EUC-JP | ú±?ç°?^ | 10001111101010111110001010100001110111100011111110001111101010111010111010100001111010110011111101011110 | 8fabe2a1de3f8fabaea1eb3f5e |
UTF-8 | ú±ç°^ | 11000011101110101100001010110001110000101000110011000011101001111100001010110000110000101001010001011110 | c3bac2b1c28cc3a7c2b0c2945e |
UHC | ?±??°?^ | 001111111010000110111110001111110011111110100001110001100011111101011110 | 3fa1be3f3fa1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)