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 | ì²ì°¼^ | 11101100101100101001100111101100101100001011110001011110 | ecb299ecb0bc5e |
SJIS-WIN | ????°?^ | 0011111100111111001111110011111110000001100010110011111101011110 | 3f3f3f3f818b3f5e |
EUC-JP | ì??ì°?^ | 100011111010101111000000001111110011111110001111101010111100000010100001111010110011111101011110 | 8fabc03f3f8fabc0a1eb3f5e |
UTF-8 | ì²ì°¼^ | 11000011101011001100001010110010110000101001100111000011101011001100001010110000110000101011110001011110 | c3acc2b2c299c3acc2b0c2bc5e |
UHC | ?²??°¼^ | 00111111101010011111011100111111001111111010000111000110101010001111100101011110 | 3fa9f73f3fa1c6a8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)